Skip to content

Commit 9f222f9

Browse files
committed
ci: remove 3.8 handling
1 parent 00f6ac4 commit 9f222f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
DO_MYPY=1
6868
69-
if [[ "$V" == "3.8" || "$V" == "3.9" || "$V" == "3.14" ]]; then
69+
if [[ "$V" == "3.9" || "$V" == "3.14" ]]; then
7070
DO_MYPY=0
7171
fi
7272

0 commit comments

Comments
 (0)