Skip to content

Commit 7e740be

Browse files
authored
Setup: support python 3.7+ (#37)
1 parent e81b945 commit 7e740be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Operating System :: MacOS :: MacOS X
1717
Programming Language :: Cython
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.6
2019
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
@@ -28,7 +27,7 @@ classifiers =
2827
[options]
2928
zip_safe = true
3029
include_package_data = true
31-
python_requires = >=3.6
30+
python_requires = >=3.7
3231
install_requires =
3332
numpy>=1.21.0
3433
thinc>=8.1.0,<9.1.0

0 commit comments

Comments
 (0)