We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7c82e commit ab1e7c7Copy full SHA for ab1e7c7
1 file changed
.github/workflows/tests.yml
@@ -20,6 +20,8 @@ jobs:
20
check-types: false
21
- container: "pypy:2.7-slim"
22
23
+ - container: "pypy:3.11-slim"
24
+ check-types: false
25
26
runs-on: ubuntu-24.04
27
container: ${{ matrix.container }}
0 commit comments