Try to support python 3.10 & 3.11
This commit is contained in:
parent
bd1cc39950
commit
77e97034d9
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
nose==1.3.7
|
|
||||||
tox==3.20.1
|
tox==3.20.1
|
||||||
Cython==0.29.21
|
Cython==0.29.32
|
||||||
# pylint==2.6.0
|
# pylint==2.6.0
|
||||||
# wheel==0.35.1
|
# wheel==0.35.1
|
||||||
# twine==3.2.0
|
# twine==3.2.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -133,6 +133,8 @@ setup(
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
'Programming Language :: Python :: 3.10',
|
||||||
|
'Programming Language :: Python :: 3.11',
|
||||||
],
|
],
|
||||||
keywords=[
|
keywords=[
|
||||||
'cython',
|
'cython',
|
||||||
|
|
Loading…
Reference in a new issue