From 3b88696777aacee10ef456a8ca82ce044c4b96f9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 13 Dec 2024 10:53:35 -0800 Subject: [PATCH] Remove invalid classifiers requires-python says 3.10 and higher only --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1dd737..74df032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,10 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]