Skip to content

Commit

Permalink
ci: drop aarch64 windows builds for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-finney committed Sep 8, 2024
1 parent 692f056 commit ca6914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# windows
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: aarch64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
- { os: windows, target: aarch64, interpreter: 3.9 3.10 3.11 3.12 }
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 }

Expand Down

0 comments on commit ca6914b

Please sign in to comment.