Skip to content

Commit

Permalink
Test build for Python 3.11 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck committed Nov 23, 2023
1 parent ead19cf commit 12f526d
Showing 1 changed file with 3 additions and 3 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: [x86]
# supported versions: ['3.7', '3.8', '3.9','3.10']
python-version: ['3.10']
architecture: [x64]
# supported versions: ['3.7', '3.8', '3.9','3.10', '3.11']
python-version: ['3.11']

steps:
- name: Checkout
Expand Down

0 comments on commit 12f526d

Please sign in to comment.