We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffd5c6 commit a168631Copy full SHA for a168631
.github/workflows/readme.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12, '3.13']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14
os: [ubuntu-latest, macos-latest]
15
steps:
16
- uses: actions/checkout@v1
0 commit comments