We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check.yml
1 parent 658b5e9 commit 26a1442Copy full SHA for 26a1442
1 file changed
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22
steps:
23
- uses: actions/checkout@v2
24
with:
0 commit comments