[ci] Add python 3.14 to pytest workflow.

This commit is contained in:
Fabian Joswig 2024-10-14 23:28:03 +02:00
parent b43a2cbd34
commit 9a53d67212

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
include:
- os: macos-latest
python-version: "3.10"