From a4bbd0ee087aa6a3a686dba116cc805bbe9deb3c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 21 May 2025 15:39:28 +0200 Subject: [PATCH] Allow python 3.13 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a0c04faa..bc7b6e9d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =