We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a5182 commit 4850596Copy full SHA for 4850596
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
timeout-minutes: 4
12
strategy:
13
matrix:
14
- python-version: ['pypy3', '3.9', '3.10', '3.11', '3.12'] # Maybe soon?, '3.13']
+ python-version: ['pypy3.9', 'pypy3.10', '3.9', '3.10', '3.11', '3.12'] # Maybe soon?, '3.13']
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments