Skip to content

Commit

Permalink
Fix python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 13, 2025
1 parent ba7468e commit 85cc763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project_urls =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.9,<3.14
python_requires = >=3.9,<3.13
# NOTE: This section is superseded by pyproject.toml and will be removed in
# spaCy v4
setup_requires =
Expand Down

0 comments on commit 85cc763

Please sign in to comment.