Skip to content

Commit

Permalink
Update pypy version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Mar 30, 2022
1 parent 81730cf commit 99e6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
include:
- python-version: '3.6'
pytest-args: --ignore=tests/__generated__/test_recursive_postponned.py
Expand Down

0 comments on commit 99e6b23

Please sign in to comment.