Skip to content

Commit 46d06e7

Browse files
committed
add python 3.13 runner
1 parent fadcd53 commit 46d06e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python: ["3.9", "3.10", "3.11", "3.12"]
27+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2828
os: ["ubuntu-latest"]
2929
steps:
3030
- name: Clone repo

0 commit comments

Comments
 (0)