Skip to content

Commit

Permalink
check for x86 only with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Nov 23, 2023
1 parent 51d4f31 commit ead19cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildpackage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [windows-latest]
# supported architecture: [x64, x86]
architecture: [x64]
architecture: [x86]
# supported versions: ['3.7', '3.8', '3.9','3.10']
python-version: ['3.10']

Expand Down

0 comments on commit ead19cf

Please sign in to comment.