Update Python version range to 3.14 in Github Action (#2716)

This commit is contained in:
Joe Rickerby
2026-01-25 09:14:13 +01:00
committed by GitHub
parent 90da3e21e2
commit dcd9f40825
+1 -1
View File
@@ -31,7 +31,7 @@ runs:
- uses: actions/setup-python@v6
id: python
with:
python-version: "3.11 - 3.13"
python-version: "3.11 - 3.14"
update-environment: false
- id: cibw