CI: Add Python 3.14

This commit is contained in:
Miro Hrončok 2024-10-29 18:23:58 +01:00
commit 719b4b0f84

View file

@ -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