From 4216f2b072deeeee9175e2b299faff47662ed295 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 15 Apr 2025 16:09:17 +0100 Subject: [PATCH] :card_index: Tweak the package metadata --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a26f4f..a0076a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,10 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", - "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", "Topic :: Terminals", "Topic :: Software Development :: Libraries", "Typing :: Typed",