Skip to content

Commit

Permalink
Python 3.13 no longer experimental due to pyglet version 1.5.30 update
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Dec 12, 2024
1 parent 1c172fb commit e08c323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpackage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
architecture: [x86, x64]
# 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 3.13t is not supported
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:
Expand Down
13 changes: 6 additions & 7 deletions release_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rem ** Remark: Plater stand alone application is experimental only. GUI code ne
rem ** update for closing plater window and running processes. For now you **
rem ** need to terminate the process manually via Task manager. **
rem ** **
rem ** Author: DivingDuck, 2024-11-16, Status: working **
rem ** Author: DivingDuck, 2024-12-12, Status: working **
rem ** **
rem ************************************************************************************
rem ************************************************************************************
Expand Down Expand Up @@ -89,12 +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
py -3.12 -m venv v3

rem Attention: Python 3.13 support is experimental, no 3D view available for now as
rem pyglet 1.5.29 have compiling issues with Python 3.13.
rem py -3.12 -m venv v3
rem py -3.13-32 -m venv v3
rem py -3.13 -m venv v3
py -3.13 -m venv v3
rem Attention: py -3.13-32t and py -3.13t (the experimental
rem free-threaded mode) are not supported jet

echo *********************************************
echo ****** Activate virtual environment v3 ******
Expand All @@ -117,7 +116,7 @@ if exist v3 (
echo ***********************
pip install simplejson
pip install pyinstaller
pip install pypiwin32
pip install pywin32
pip install polygon3
pip install pytest
)
Expand Down

0 comments on commit e08c323

Please sign in to comment.