Skip to content

Commit e840424

Browse files
committed
python: 3.8.13 and 3.10.3
1 parent f7adb9e commit e840424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
include:
1313
- arch: x64
1414
cpython_branch: "3.10"
15-
cpython_commit: d8ba5c102c54a5f0944638df4b6cda689faba7fa
15+
cpython_commit: a342a49189c16f01e7b95e0bf22ea2bd539222cd
1616
os: windows-2022
1717
- arch: x86
1818
cpython_branch: "3.10"
19-
cpython_commit: d8ba5c102c54a5f0944638df4b6cda689faba7fa
19+
cpython_commit: a342a49189c16f01e7b95e0bf22ea2bd539222cd
2020
os: windows-2022
2121
- arch: x64
2222
cpython_branch: "3.8"
23-
cpython_commit: ccbc31ecf3a08ef626be9bbb099f0ce801142fc8
23+
cpython_commit: ea673213dd30afd8cacb53927e7d86f6125e86c8
2424
os: windows-2019
2525
- arch: x86
2626
cpython_branch: "3.8"
27-
cpython_commit: ccbc31ecf3a08ef626be9bbb099f0ce801142fc8
27+
cpython_commit: ea673213dd30afd8cacb53927e7d86f6125e86c8
2828
os: windows-2019
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)