Skip to content

Commit

Permalink
Explicitly set pypy versions in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jun 2, 2022
1 parent c24e84a commit 972d4c2
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 @@ -49,10 +49,10 @@ jobs:
toxenv: el7

- python-version: pypy-2.7
toxenv: pypy
toxenv: pypy27

- python-version: pypy3
toxenv: pypy3
- python-version: pypy-3.9
toxenv: pypy39

- python-version: '3.11-dev'
optional: true
Expand Down

0 comments on commit 972d4c2

Please sign in to comment.