Skip to content

Commit

Permalink
- select more specific pypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 17, 2022
1 parent e69dfae commit b6f4cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["pypy2", "pypy"]
- ["pypy3", "pypy3"]
- ["pypy-2.7", "pypy"]
- ["pypy-3.7", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
- ["3.8", "py38-pure"]
exclude:
- { os: windows, config: ["3.9", "lint"] }
- { os: windows, config: ["3.9", "docs"] }
- { os: windows, config: ["3.9", "coverage"] }
- { os: windows, config: ["pypy2", "pypy"] }
- { os: windows, config: ["pypy-2.7", "pypy"] }

runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}-${{ matrix.config[1] }}
Expand Down

2 comments on commit b6f4cd1

@icemac
Copy link
Member

@icemac icemac commented on b6f4cd1 Mar 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dataflake In 1226c9d I updated .meta.toml to keep these changes in subsequent runs of meta/config.

@dataflake
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did this by hand in a hurry to get the release out. Sounds like the next meta/config run will leave this in place then, which is good.

Please sign in to comment.