Skip to content

Commit

Permalink
Require Cython 0.29.28 and mark Py3.9/10 as supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 7, 2022
1 parent 47bb499 commit 4cd9e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cython>=0.29.24
Cython>=0.29.28
setuptools
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ def write_file(filename, content):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Other Scripting Engines',
'Operating System :: OS Independent',
'Topic :: Software Development',
Expand Down

0 comments on commit 4cd9e03

Please sign in to comment.