Skip to content

Commit

Permalink
Merge pull request nolar#915 from nolar/upgrade-pypy-39
Browse files Browse the repository at this point in the history
Test in PyPy 3.9
  • Loading branch information
nolar committed Apr 2, 2022
2 parents 454bebc + 3f6c02c commit ab53ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
fail-fast: false
matrix:
install-extras: [ "", "full-auth" ]
python-version: [ "pypy-3.7", "pypy-3.8" ]
python-version: [ "pypy-3.7", "pypy-3.8", "pypy-3.9" ]
name: Python ${{ matrix.python-version }} ${{ matrix.install-extras }}
runs-on: ubuntu-20.04
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thorough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: false
matrix:
install-extras: [ "", "full-auth" ]
python-version: [ "pypy-3.7", "pypy-3.8" ]
python-version: [ "pypy-3.7", "pypy-3.8", "pypy-3.9" ]
name: Python ${{ matrix.python-version }} ${{ matrix.install-extras }}
runs-on: ubuntu-20.04
timeout-minutes: 10
Expand Down

0 comments on commit ab53ace

Please sign in to comment.