Skip to content

Commit

Permalink
remove x86 and python 3.11 because of error to build pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Nov 23, 2023
1 parent 8796b4a commit 51d4f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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, x86]
architecture: [x64]
# supported versions: ['3.7', '3.8', '3.9','3.10']
python-version: ['3.10','3.11']
python-version: ['3.10']

steps:
- name: Checkout
Expand Down

0 comments on commit 51d4f31

Please sign in to comment.