Test Python 3.14 pre-release

This commit is contained in:
Andrew Murray 2025-01-13 20:37:26 +11:00
parent 513a72abb5
commit 2ce2ff297c
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"] python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
timeout-minutes: 30 timeout-minutes: 30

View File

@ -42,6 +42,7 @@ jobs:
] ]
python-version: [ python-version: [
"pypy3.10", "pypy3.10",
"3.14",
"3.13t", "3.13t",
"3.13", "3.13",
"3.12", "3.12",