Skip to content

Commit

Permalink
ci: remove unsupported windows interpreters
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Sep 8, 2024
1 parent 6c12af8 commit e1b3847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ jobs:
- { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }

# windows
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13, python-architecture: x86 }
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13, python-architecture: x86 }
- { os: windows, target: aarch64, interpreter: 3.11 3.12 3.13 }
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: i686, 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: x64 }

steps:
Expand Down

0 comments on commit e1b3847

Please sign in to comment.