Add Python 3.14 to test matrix

This commit is contained in:
Kim Christie 2025-09-04 12:31:58 +01:00 committed by GitHub
parent 15e9759e65
commit 6dbbd4a106
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"