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 00f6ac4 commit 9f222f9Copy full SHA for 9f222f9
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
DO_MYPY=1
68
69
- if [[ "$V" == "3.8" || "$V" == "3.9" || "$V" == "3.14" ]]; then
+ if [[ "$V" == "3.9" || "$V" == "3.14" ]]; then
70
DO_MYPY=0
71
fi
72
0 commit comments