Run CI tests against Python3.14 too

This commit is contained in:
Donncha Ó Cearbhaill
2025-12-19 12:50:27 +01:00
parent 5a1166c416
commit 74dd566ee6

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