Skip to content

Commit

Permalink
only pypy3.10 exists
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Sep 17, 2023
1 parent d2d3994 commit 7fd5ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: "Python 3.10"
python-version: '3.10'
toxenv: 'py310'
- name: "Pypy 3.10"
python-version: 'pypy-3.10'
toxenv: 'pypy3'
- name: "Python 3.11"
python-version: '3.11'
toxenv: 'py311'
- name: "Pypy 3.11"
python-version: 'pypy-3.11'
toxenv: 'pypy3'
# - name: "Python 3.12"
# python-version: '3.12'
# toxenv: 'py312'
Expand Down

0 comments on commit 7fd5ec0

Please sign in to comment.