Skip to content

Commit

Permalink
Fix Python compatibility identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 14, 2024
1 parent eb0e294 commit 672ccb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ classifiers =
Operating System :: Microsoft :: Windows
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -31,7 +29,7 @@ project_urls =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.7
python_requires = >=3.9
# NOTE: This section is superseded by pyproject.toml and will be removed in
# spaCy v4
setup_requires =
Expand Down

0 comments on commit 672ccb7

Please sign in to comment.