We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb904d commit e218d1cCopy full SHA for e218d1c
.github/workflows/documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python: ['3.8', '3.10', '3.12', '3.13']
+ python: ['3.8', '3.10', '3.11', '3.12', '3.13']
24
os: [ubuntu-latest]
25
26
steps:
0 commit comments