Skip to content

Commit fe28d34

Browse files
committed
add Python 3.13 to ci
1 parent 6774e65 commit fe28d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2222
defaults:
2323
run:
2424
working-directory: .

0 commit comments

Comments
 (0)