From 92bd042502668c305bccd938d6e9c5997dcd463d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 3 Apr 2025 23:15:12 +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 d43a782d5..daba8865f 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 =