Allow python 3.13

This commit is contained in:
Matthew Honnibal 2025-05-21 15:39:28 +02:00
parent fe048275fb
commit a4bbd0ee08

View File

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