From ebcbda4ec63f17b7293d2d817d2c40c3c618e578 Mon Sep 17 00:00:00 2001 From: Tomas Roun Date: Fri, 20 Mar 2026 20:38:28 +0100 Subject: [PATCH] Support and test 3.13 and 3.14 --- .github/workflows/test.yaml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 97c763051d..dc35b4e1e3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - python-version: "3.9" use_coverage: 'coverage' diff --git a/setup.py b/setup.py index da01a2d5be..424d2c7791 100644 --- a/setup.py +++ b/setup.py @@ -82,5 +82,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ], )