Skip to content

Commit

Permalink
GH Actions: Remove Python 3.6 wheel build on Windows (#1208)
Browse files Browse the repository at this point in the history
The default GH Action runners dropped Python 3.6, so we are dropping it as well.
  • Loading branch information
FlorianReimold committed Oct 26, 2023
1 parent 1a50ffa commit 0f2381c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,18 +240,6 @@ jobs:
shell: cmd
working-directory: ${{ runner.workspace }}/_build/complete

- name: Build Python 3.6 Wheel
run: |
mkdir ".venv_36"
py -3.6 -m venv ".venv_36"
CALL ".venv_36\Scripts\activate.bat"
pip install wheel
cmake %GITHUB_WORKSPACE% -G "Visual Studio 16 2019" -A x64 -T v142 -DPython_FIND_VIRTUALENV=FIRST
cmake %GITHUB_WORKSPACE% -G "Visual Studio 16 2019" -A x64 -T v142 -DPython_FIND_VIRTUALENV=ONLY
cmake --build . --target create_python_wheel --config Release
shell: cmd
working-directory: ${{ runner.workspace }}/_build/complete

# - name: Build Documentation C
# run: cmake --build . --target documentation_c
# working-directory: ${{ runner.workspace }}/_build
Expand Down

0 comments on commit 0f2381c

Please sign in to comment.