Skip to content

Commit fbdb20a

Browse files
committed
python: add 3.13 (defaults: w/ GIL, w/o JIT)
1 parent 9706396 commit fbdb20a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
platform: amd64
1717
build_args: ""
1818
os: windows-2022
19+
- cpython_branch: "3.13"
20+
cpython_commit: 60403a5409ff2c3f3b07dd2ca91a7a3e096839c7
21+
arch: x64
22+
platform: amd64
23+
build_args: ""
24+
os: windows-2022
1925
runs-on: ${{ matrix.os }}
2026
steps:
2127
- name: Set up python

0 commit comments

Comments
 (0)