Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Christie
6dbbd4a106
Add Python 3.14 to test matrix 2025-09-04 12:31:58 +01:00

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"