Skip to content

Commit

Permalink
Test pypy3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 3, 2022
1 parent f9d9b88 commit f7fd323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3.7, pypy3.8]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3.7, pypy3.8, pypy3.9]
exclude:
- os: windows-latest
python-version: pypy3.7
- os: windows-latest
python-version: pypy3.8
- os: windows-latest
python-version: pypy3.9
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f7fd323

Please sign in to comment.