From a52c167e53dac66f16da6d4f8d4481f21f9da76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 27 Oct 2025 19:20:34 +0100 Subject: [PATCH] Add Python 3.15 to CI --- .github/workflows/main.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b21e18c..bd1a5d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,3 +20,4 @@ jobs: - py312 - py313 - py314 + - py315 diff --git a/tox.ini b/tox.ini index 0524329..1f18d1a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] requires = tox>=4 -env_list = py{311,312,313,314} +env_list = py{311,312,313,314,315} [testenv] commands =