Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Oct 16, 2024
1 parent b2d221c commit 0ffd785
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@ jobs:

# windows
- os: windows
target: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
target: x86_64
interpreter: pypy3.9 pypy3.10
- os: windows
target: i686
python-architecture: x86
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
- os: windows
target: x64
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
target: aarch64
interpreter: 3.11 3.12 3.13

exclude:
- os: windows
target: aarch64

runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
Expand Down

0 comments on commit 0ffd785

Please sign in to comment.