We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59de359 commit 2e2ed72Copy full SHA for 2e2ed72
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
strategy:
15
matrix:
16
- python-version: ["pypy3.10", "pypy3.11", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["pypy3.9", "pypy3.10", "pypy3.11", "3.9", "3.10", "3.11", "3.12", "3.13"]
17
name: test
18
runs-on: ubuntu-latest
19
steps:
0 commit comments