Skip to content

Commit

Permalink
x86 once more...
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Nov 23, 2023
1 parent 12f526d commit a33fae0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildpackage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
os: [windows-latest]
# supported architecture: [x64, x86]
architecture: [x64]
# supported versions: ['3.7', '3.8', '3.9','3.10', '3.11']
python-version: ['3.11']
architecture: [x86, x64]
# supported versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.10']

steps:
- name: Checkout
Expand Down
6 changes: 5 additions & 1 deletion release_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,13 @@ if exist v3 (
rem Python x64 and x86 versions are supported.

rem py -3.7 -m venv v3
rem py -3.8-32 -m venv v3
rem py -3.8 -m venv v3
rem py -3.9-32 -m venv v3
rem py -3.9 -m venv v3
py -3.10 -m venv v3
rem py -3.10-32 -m venv v3
rem py -3.10 -m venv v3
py -3.11-32 -m venv v3
rem py -3.11 -m venv v3

echo *********************************************
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pyserial (>= 3.0)
pillow < 10.0; sys_platform == 'win32'
wxPython >= 4.2.0
numpy (>= 1.8.2)
pyglet >= 1.1, < 2.0
Expand Down

0 comments on commit a33fae0

Please sign in to comment.