Try to support python 3.10 & 3.11

This commit is contained in:
hibobmaster 2024-01-05 10:55:08 +08:00
parent bd1cc39950
commit 77e97034d9
Signed by: bobmaster
SSH key fingerprint: SHA256:5ZYgd8fg+PcNZNy4SzcSKu5JtqZyBF8kUhY7/k2viDk
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,6 @@
chardet==3.0.4
nose==1.3.7
tox==3.20.1
Cython==0.29.21
Cython==0.29.32
# pylint==2.6.0
# wheel==0.35.1
# twine==3.2.0

View file

@ -133,6 +133,8 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
keywords=[
'cython',