From 719b4b0f8478f508d201aa72ffbc7e2fea8513e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 29 Oct 2024 18:23:58 +0100 Subject: [PATCH] CI: Add Python 3.14 --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 3cf38ef..d179969 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -48,6 +48,9 @@ - smoke313: dir: python/smoke run: VERSION=3.13 ./venv.sh + - smoke314: + dir: python/smoke + run: VERSION=3.14 ./venv.sh - smoke_pypy39: dir: python/smoke run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh @@ -72,6 +75,7 @@ - python3.11-devel - python3.12-devel - python3.13-devel + - python3.14-devel - pypy3.9-devel - pypy3.10-devel - python3-tox