Skip to content

Commit

Permalink
Change pypy3 to pypy-3.7 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 7, 2021
1 parent e9b35fe commit 01919a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- pypy3
- pypy-3.7
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- pypy3
- pypy-3.7
toxenv:
- py
include:
Expand Down

0 comments on commit 01919a5

Please sign in to comment.