ci: ensure python 3.14 compatibility (#310)

This commit is contained in:
Nicolò Boschi 2026-02-06 10:50:45 +01:00 committed by GitHub
parent c4ef090a20
commit 2109397028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4