We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81b945 commit 7e740beCopy full SHA for 7e740be
1 file changed
setup.cfg
@@ -16,7 +16,6 @@ classifiers =
16
Operating System :: MacOS :: MacOS X
17
Programming Language :: Cython
18
Programming Language :: Python :: 3
19
- Programming Language :: Python :: 3.6
20
Programming Language :: Python :: 3.7
21
Programming Language :: Python :: 3.8
22
Programming Language :: Python :: 3.9
@@ -28,7 +27,7 @@ classifiers =
28
27
[options]
29
zip_safe = true
30
include_package_data = true
31
-python_requires = >=3.6
+python_requires = >=3.7
32
install_requires =
33
numpy>=1.21.0
34
thinc>=8.1.0,<9.1.0
0 commit comments