File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Install Python
107
107
uses : actions/setup-python@v5
108
108
with :
109
- python-version : ' 3.11 '
109
+ python-version : ' 3.12 '
110
110
111
111
- name : Download pythonbuild Executable
112
112
uses : actions/download-artifact@v4
@@ -117,14 +117,14 @@ jobs:
117
117
# don't get compiled properly.
118
118
- name : Bootstrap Python environment
119
119
run : |
120
- py.exe -3.9 build-windows.py --help
120
+ py.exe -3.12 build-windows.py --help
121
121
122
122
- name : Build
123
123
if : ${{ ! matrix.dry-run }}
124
124
shell : cmd
125
125
run : |
126
126
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
127
- py.exe -3.9 build-windows.py --python cpython-${{ matrix.python }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.build_options }}
127
+ py.exe -3.12 build-windows.py --python cpython-${{ matrix.python }} --sh c:\cygwin\bin\sh.exe --options ${{ matrix.build_options }}
128
128
129
129
- name : Validate Distribution
130
130
if : ${{ ! matrix.dry-run }}
You can’t perform that action at this time.
0 commit comments