[mod] ci: add cp3.14 (#5217)

This commit is contained in:
Ivan Gabaldon 2025-09-19 19:41:32 +02:00 committed by GitHub
parent a54b862f00
commit 0ce0d957b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,14 @@ jobs:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14-dev"
steps:
- name: Setup Python
@ -54,6 +56,7 @@ jobs:
run: make V=1 install
- name: Run tests
continue-on-error: ${{ matrix.python-version == '3.14-dev' }}
run: make V=1 ci.test
theme: