Support python 3.14

This commit is contained in:
Matthew Honnibal 2025-11-17 13:19:11 +01:00
parent 305ffd5560
commit a24bb01613

View File

@ -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.15
# NOTE: This section is superseded by pyproject.toml and will be removed in
# spaCy v4
setup_requires =