Fix python version requirement

This commit is contained in:
Matthew Honnibal 2025-01-13 18:17:36 +01:00
parent ba7468e32e
commit 85cc763006

View File

@ -30,7 +30,7 @@ project_urls =
[options] [options]
zip_safe = false zip_safe = false
include_package_data = true 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 # NOTE: This section is superseded by pyproject.toml and will be removed in
# spaCy v4 # spaCy v4
setup_requires = setup_requires =