Added 3.13 to test matrix

This commit is contained in:
Jamie Hardt
2025-05-25 07:57:42 -07:00
parent f0b232b2b6
commit df6c783c51

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v2.5.0