Skip to content

Commit cb5e760

Browse files
committed
Fix python version supported
1 parent 87ec2b7 commit cb5e760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project_urls =
3030
[options]
3131
zip_safe = false
3232
include_package_data = true
33-
python_requires = >=3.9,<3.14
33+
python_requires = >=3.9,<3.13
3434
# NOTE: This section is superseded by pyproject.toml and will be removed in
3535
# spaCy v4
3636
setup_requires =

0 commit comments

Comments
 (0)