Skip to content

Commit c935f6b

Browse files
committed
add python 313 to CI test
1 parent 65d4b1e commit c935f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: ["3.9", "3.12"] # Lower and higher versions we support
28+
python-version: ["3.9", "3.13"] # Lower and higher versions we support
2929
os: [macos-latest, windows-latest, ubuntu-latest]
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)