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 eefa39f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
architecture: "x86"
- os: ubuntu-latest
architecture: "x86"
- os: windows-latest
architecture: "pypy-3.9"
- os: windows-latest
architecture: "pypy-3.10"

steps:
- name: Install APT dependencies
Expand Down

0 comments on commit eefa39f

Please sign in to comment.