Compare commits

...
Author SHA1 Message Date
Nicolò Boschi 0f190d4fd3 ci: ensure python 3.14 compatibility 2026-02-06 10:39:57 +01:00
+1 -1
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