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 e0782c5 commit 628c973Copy full SHA for 628c973
setup.cfg
@@ -17,8 +17,6 @@ classifiers =
17
Operating System :: Microsoft :: Windows
18
Programming Language :: Cython
19
Programming Language :: Python :: 3
20
- Programming Language :: Python :: 3.7
21
- Programming Language :: Python :: 3.8
22
Programming Language :: Python :: 3.9
23
Programming Language :: Python :: 3.10
24
Programming Language :: Python :: 3.11
@@ -31,7 +29,7 @@ project_urls =
31
29
[options]
32
30
zip_safe = false
33
include_package_data = true
34
-python_requires = >=3.7
+python_requires = >=3.9
35
# NOTE: This section is superseded by pyproject.toml and will be removed in
36
# spaCy v4
37
setup_requires =
0 commit comments