ci: Add Python 3.13 to test matrix (#331)

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
Paul Hernandez
2025-10-04 01:12:44 -05:00
committed by GitHub
parent f5a11f3911
commit 16d7eddbf7
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [ "3.12" ]
python-version: [ "3.12", "3.13" ]
runs-on: ${{ matrix.os }}
steps: