Skip to content

Commit

Permalink
GH Actions: Remove Python 3.6 wheel build on Windows
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 Sep 28, 2023
1 parent df204c8 commit a81b8ce
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 a81b8ce

Please sign in to comment.