Skip to content

Commit ecf091c

Browse files
authored
add py 3.13
1 parent bff02e3 commit ecf091c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.11", "3.12"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515
os: [ubuntu-22.04] # windows-latest , macos-latest
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)