mirror of https://github.com/jab/bidict.git
Declare support for Python 3.11.
This commit is contained in:
parent
bf565274c4
commit
c56b882c82
1
setup.py
1
setup.py
|
@ -66,6 +66,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
|
Loading…
Reference in New Issue