Skip to content

Commit 04bbbb5

Browse files
authored
Merge pull request #1066 from nolar/pypy-3.10
Enable PyPy 3.10 in CI
2 parents c446f4d + 884ab45 commit 04bbbb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
install-extras: [ "", "full-auth" ]
84-
python-version: [ "pypy-3.8", "pypy-3.9" ]
84+
python-version: [ "pypy-3.8", "pypy-3.9", "pypy-3.10" ]
8585
name: Python ${{ matrix.python-version }} ${{ matrix.install-extras }}
8686
runs-on: ubuntu-22.04
8787
timeout-minutes: 10

.github/workflows/thorough.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fail-fast: false
8686
matrix:
8787
install-extras: [ "", "full-auth" ]
88-
python-version: [ "pypy-3.8", "pypy-3.9" ]
88+
python-version: [ "pypy-3.8", "pypy-3.9", "pypy-3.10" ]
8989
name: Python ${{ matrix.python-version }} ${{ matrix.install-extras }}
9090
runs-on: ubuntu-22.04
9191
timeout-minutes: 10

0 commit comments

Comments
 (0)