Test also on Python 3.13, 3.14, not on 3.9

This commit is contained in:
Jeremy Singer-Vine
2025-12-29 11:16:10 +01:00
parent 3e47d1689d
commit 6dd1bde2e0
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v3