From c1f7c9b0cd093ef0c1b481c9cab3a4cf83cdff20 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Wed, 30 Oct 2024 15:14:04 +0100 Subject: [PATCH] remove the wrong python 3.13 classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 254d630..a93a501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", ]