From 672ccb74ecc0ae71e4d56d7de23061a5a03c2699 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 14 Sep 2024 11:43:25 +0200 Subject: [PATCH] Fix Python compatibility identifier --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 855b7e683..5ca0b1a65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,8 +17,6 @@ classifiers = Operating System :: Microsoft :: Windows Programming Language :: Cython Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -31,7 +29,7 @@ project_urls = [options] zip_safe = false include_package_data = true -python_requires = >=3.7 +python_requires = >=3.9 # NOTE: This section is superseded by pyproject.toml and will be removed in # spaCy v4 setup_requires =