Skip to content

Commit 4cd9e03

Browse files
committed
Require Cython 0.29.28 and mark Py3.9/10 as supported.
1 parent 47bb499 commit 4cd9e03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Cython>=0.29.24
1+
Cython>=0.29.28
22
setuptools

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ def write_file(filename, content):
387387
'Programming Language :: Python :: 3.6',
388388
'Programming Language :: Python :: 3.7',
389389
'Programming Language :: Python :: 3.8',
390+
'Programming Language :: Python :: 3.9',
391+
'Programming Language :: Python :: 3.10',
390392
'Programming Language :: Other Scripting Engines',
391393
'Operating System :: OS Independent',
392394
'Topic :: Software Development',

0 commit comments

Comments
 (0)