Skip to content

Commit

Permalink
remove pypy-3.7 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jul 17, 2023
1 parent 91cb3dc commit 543628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc.
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7", "pypy-3.8" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8" ]
steps:
- uses: actions/checkout@v3
- name: Using Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 543628e

Please sign in to comment.