Added 3.14 to test matrix and dropped 3.8

This commit is contained in:
2025-10-09 22:24:45 -07:00
parent 6b788484da
commit c7a34e0064
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "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@v2.5.0

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13"]
python-version: ["3.13", "3.14"]
steps:
- uses: actions/checkout@v2.5.0