From b66aec1427ce6385b9eecd613345ef6d89ea98a5 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 27 Nov 2024 10:29:05 +0000 Subject: [PATCH] :rocket: Tweak the supported Pythons I *think* this code might work with 3.10 or better, but I can't be bothered to work that out right now and given how this code is deployed these days I can't see any point in caring about older versions anyway. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ebc78a..c7eb18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,8 @@ classifiers = [ "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Games/Entertainment", "Topic :: Internet", "Topic :: Terminals",