Skip to content

Commit

Permalink
Setup: support python 3.7+ (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Sep 22, 2023
1 parent e81b945 commit 7e740be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers =
Operating System :: MacOS :: MacOS X
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -28,7 +27,7 @@ classifiers =
[options]
zip_safe = true
include_package_data = true
python_requires = >=3.6
python_requires = >=3.7
install_requires =
numpy>=1.21.0
thinc>=8.1.0,<9.1.0
Expand Down

0 comments on commit 7e740be

Please sign in to comment.