Skip to content

Commit 628c973

Browse files
committed
Note minimum python requirement in setup.cfg
1 parent e0782c5 commit 628c973

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ classifiers =
1717
Operating System :: Microsoft :: Windows
1818
Programming Language :: Cython
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.7
21-
Programming Language :: Python :: 3.8
2220
Programming Language :: Python :: 3.9
2321
Programming Language :: Python :: 3.10
2422
Programming Language :: Python :: 3.11
@@ -31,7 +29,7 @@ project_urls =
3129
[options]
3230
zip_safe = false
3331
include_package_data = true
34-
python_requires = >=3.7
32+
python_requires = >=3.9
3533
# NOTE: This section is superseded by pyproject.toml and will be removed in
3634
# spaCy v4
3735
setup_requires =

0 commit comments

Comments
 (0)