From b6786538e6cfe0e909d112fbe0a124bebc45ee01 Mon Sep 17 00:00:00 2001 From: Geoff Low Date: Thu, 4 Jul 2024 09:13:47 +1200 Subject: [PATCH] updated versions --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 882bd4b..fd2acec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,9 @@ classifiers = [ 'Natural Language :: English', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.7', - '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', ] packages = [ { include = "rwslib" },