Skip to content

Commit 16d7edd

Browse files
authored
ci: Add Python 3.13 to test matrix (#331)
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent f5a11f3 commit 16d7edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest]
21-
python-version: [ "3.12" ]
21+
python-version: [ "3.12", "3.13" ]
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

0 commit comments

Comments
 (0)