Skip to content

Commit c8de4b9

Browse files
committed
Update build_all_python_versions.cmd
1 parent cce0bb4 commit c8de4b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_all_python_versions.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
setlocal
33

44
REM Define the list of Python versions
5-
set PYTHON_VERSIONS=3.8 3.9 3.10 3.11 3.12
5+
set PYTHON_VERSIONS=3.7 3.8 3.9 3.10 3.11 3.12
66

7-
REM Loop over each version and call your existing script
87
for %%v in (%PYTHON_VERSIONS%) do (
98
echo Building for Python %%v
109
call clean_rebuild %%v

0 commit comments

Comments
 (0)