Add Python 3.14 to test matrix

This commit is contained in:
Kim Christie 2025-09-12 12:14:49 +01:00 committed by GitHub
parent 652f051fea
commit 545fa26085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: "actions/checkout@v4"