We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7c1d commit 57350cdCopy full SHA for 57350cd
.github/workflows/check_install.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