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.
1 parent cf8450f commit f3872d6Copy full SHA for f3872d6
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-20.04
23
strategy:
24
matrix:
25
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', ' 3.13', 'pypy3.10']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10']
26
27
steps:
28
- uses: actions/checkout@v4
0 commit comments