We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80872fc commit b8c9c65Copy full SHA for b8c9c65
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python: ['3.8', '3.9', '3.10', '3.11', '3.12']
+ python: ['3.9', '3.10', '3.11', '3.12', '3.13']
16
os: ['ubuntu-latest']
17
steps:
18
- uses: actions/checkout@master
0 commit comments