From 8f9880659883c55cee6647df47a2903077d5d438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 4 Nov 2024 15:20:17 +0100 Subject: [PATCH] CI: Add Python 3.14 --- .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 cb9389d..b21e18c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,3 +19,4 @@ jobs: - py311 - py312 - py313 + - py314 diff --git a/tox.ini b/tox.ini index 85a6755..0524329 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] requires = tox>=4 -env_list = py{311,312,313} +env_list = py{311,312,313,314} [testenv] commands =