From 7239f0847103a5846947811557c8265d9f32c7c3 Mon Sep 17 00:00:00 2001 From: Paul Slater Date: Wed, 5 Feb 2025 09:11:01 +0000 Subject: [PATCH] remove reference to python 3.13 in setup.cfg https://github.com/explosion/spaCy/commit/85cc763006c6cbe69c31d41ac53fa20699551801 changed the supported python range to exclude 3.13 but left this entry in `classifiers`. related: https://github.com/explosion/spaCy/commit/a6317b3836966f1298bfc95a604662d4fdb9ce60 https://github.com/explosion/spaCy/commit/343f4f21d706971be93757b430bad39e9ed49ed3 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d43a782d5..83f45b221 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,6 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 Topic :: Scientific/Engineering project_urls = Release notes = https://github.com/explosion/spaCy/releases