workflows: test with Python 3.13 too

This commit is contained in:
Sina Atalay
2024-12-08 19:47:26 -05:00
parent 8cb4850d35
commit 4ef286d042

View File

@@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}-latest
steps: