From 81181aa9845ac36489015fd1ad6c9add77ab7d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 20 Jul 2026 21:55:21 -0700 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=91=B7=20ci:=20test=20against=20Pytho?= =?UTF-8?q?n=203.15=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yaml | 1 + tox.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 3c27013..c14cc35 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -19,6 +19,7 @@ jobs: fail-fast: false matrix: env: + - "3.15" - "3.14" - "3.13" - "3.12" diff --git a/tox.toml b/tox.toml index 67879ba..0756130 100644 --- a/tox.toml +++ b/tox.toml @@ -3,6 +3,7 @@ requires = [ "tox-uv>=1.29", ] env_list = [ + "3.15", "3.14", "3.13", "3.12", From 9cda6ab308f188c064b0fb87517873a762f3af09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 20 Jul 2026 22:29:44 -0700 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=A6=20pkg:=20declare=20Python=203.?= =?UTF-8?q?15=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 818b3fc..704b83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ] @@ -97,7 +98,7 @@ write-changes = true count = true [tool.pyproject-fmt] -max_supported_python = "3.14" +max_supported_python = "3.15" [tool.ty] environment.python-version = "3.14" From 143407edaac235e919094d237293bc4f0b5b2a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 20 Jul 2026 22:35:09 -0700 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=91=B7=20ci:=20test=20the=20free-thre?= =?UTF-8?q?aded=203.15=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yaml | 1 + tox.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c14cc35..46959ce 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -20,6 +20,7 @@ jobs: matrix: env: - "3.15" + - "3.15t" - "3.14" - "3.13" - "3.12" diff --git a/tox.toml b/tox.toml index 0756130..864c8ee 100644 --- a/tox.toml +++ b/tox.toml @@ -9,6 +9,7 @@ env_list = [ "3.12", "3.11", "3.10", + "3.15t", "fix", "pkg_meta", "type",