We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c446f4d + 884ab45 commit 04bbbb5Copy full SHA for 04bbbb5
.github/workflows/ci.yaml
@@ -81,7 +81,7 @@ jobs:
81
fail-fast: false
82
matrix:
83
install-extras: [ "", "full-auth" ]
84
- python-version: [ "pypy-3.8", "pypy-3.9" ]
+ python-version: [ "pypy-3.8", "pypy-3.9", "pypy-3.10" ]
85
name: Python ${{ matrix.python-version }} ${{ matrix.install-extras }}
86
runs-on: ubuntu-22.04
87
timeout-minutes: 10
.github/workflows/thorough.yaml
@@ -85,7 +85,7 @@ jobs:
88
89
90
91
0 commit comments