We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85a847 commit dd84454Copy full SHA for dd84454
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
fail-fast: true
37
matrix:
38
- python-version: [ "3.9", "3.10", "3.11" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11" ]
39
runs-on: "ubuntu-latest"
40
steps:
41
#----------------------------------------------
0 commit comments