Skip to content

Commit

Permalink
Windows builds with all supported Python versions at Github activated…
Browse files Browse the repository at this point in the history
… for testing

Local Windows build set to Python 3.12 for further testing
  • Loading branch information
DivingDuck committed Nov 17, 2024
1 parent fc6f754 commit a1b23d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpackage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# supported versions: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
# for x86 only Python 3.9 to 3.13 is supported
# Python 3.13 is experimental
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions release_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ if exist v3 (
rem py -3.11-32 -m venv v3
rem py -3.11 -m venv v3
rem py -3.12-32 -m venv v3
rem py -3.12 -m venv v3
py -3.12 -m venv v3

rem Attention: Python 3.13 support is experimental, no 3D view available for now.
rem py -3.13-32 -m venv v3
py -3.13 -m venv v3
rem py -3.13 -m venv v3

echo *********************************************
echo ****** Activate virtual environment v3 ******
Expand Down

0 comments on commit a1b23d5

Please sign in to comment.