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 d49022a commit 13b4677Copy full SHA for 13b4677
.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.0-rc.2', '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