Run CI tests against Python3.14 too (#724)

Resolves #707
This commit is contained in:
Donncha Ó Cearbhaill
2025-12-19 12:54:29 +01:00
committed by GitHub
parent 5a1166c416
commit afab222f93

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4