From 98ff8151fa426a6b20470ca6038ff0cf224fbfeb Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 12 Oct 2024 17:09:52 +0200 Subject: [PATCH] build: Test 3.13 and fix classifiers --- .github/workflows/run_tests.yml | 1 + setup.py | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 52fa44c1..5cfd1dbe 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -14,6 +14,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" container: image: "python:${{ matrix.python-version }}" steps: diff --git a/setup.py b/setup.py index f1d64485..9c1d250b 100755 --- a/setup.py +++ b/setup.py @@ -41,9 +41,11 @@ 'Topic :: Software Development :: Libraries :: Application Frameworks', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - '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', + 'Programming Language :: Python :: 3.13', ], )