Skip to content

Commit

Permalink
skip unsupported pypy versions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Dec 30, 2024
1 parent a0945fa commit 56105cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ jobs:
exclude:
- os: macos-latest # No Numpy binary wheel
python-version: "pypy-3.7"
- os: macos-latest
python-version: "3.9"
- os: macos-latest
python-version: "3.10"
- os: macos-latest
architecture: "x86"
- os: ubuntu-latest
architecture: "x86"
- os: windows-latest
python-version: "pypy-3.9"
- os: windows-latest
python-version: "pypy-3.10"

steps:
- name: Install APT dependencies
Expand Down

0 comments on commit 56105cd

Please sign in to comment.