From cf7c50bd30990391a9f752c5534512896590d88d Mon Sep 17 00:00:00 2001 From: nir0s Date: Mon, 29 Jun 2026 12:16:50 +0300 Subject: [PATCH 1/4] Add Python 3.13 to the CI test matrix Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35ac967..de02b5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" include: - os: "ubuntu-22.04" python: "3.7" From 2c77161055767de56520c353b526b71f9d244dfb Mon Sep 17 00:00:00 2001 From: nir0s Date: Mon, 29 Jun 2026 12:19:47 +0300 Subject: [PATCH 2/4] Add Python 3.13 to classifiers and tox envlist Co-Authored-By: Claude Opus 4.8 (1M context) --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 877af10..36b10e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Operating System diff --git a/tox.ini b/tox.ini index 9848233..f730271 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ [tox] minversion = 1.9 -envlist = lint, py{37,38,39,310,311,312,py3} +envlist = lint, py{37,38,39,310,311,312,313,py3} isolated_build = true skip_missing_interpreters = true From 6c503cc42a6dcf6375bf2f1ccb9c3ec28724dcc7 Mon Sep 17 00:00:00 2001 From: nir0s Date: Mon, 29 Jun 2026 20:15:00 +0300 Subject: [PATCH 3/4] Add Python 3.14 to the CI test matrix Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de02b5b..113f772 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,6 +38,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" include: - os: "ubuntu-22.04" python: "3.7" From 9cc1ec1400d685f4602cbf44f8d3289d2dbd1951 Mon Sep 17 00:00:00 2001 From: nir0s Date: Mon, 29 Jun 2026 20:15:00 +0300 Subject: [PATCH 4/4] Add Python 3.14 to classifiers and tox envlist Co-Authored-By: Claude Opus 4.8 (1M context) --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 36b10e2..69be7bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ classifiers = Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Operating System diff --git a/tox.ini b/tox.ini index f730271..5ea7e3b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ [tox] minversion = 1.9 -envlist = lint, py{37,38,39,310,311,312,313,py3} +envlist = lint, py{37,38,39,310,311,312,313,314,py3} isolated_build = true skip_missing_interpreters = true