Skip to content

Commit 2fc591c

Browse files
committed
[TMP] exclude python 3.7 from build
1 parent 0771492 commit 2fc591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
version:
16-
- {'python': '3.7', 'latest': true}
16+
# - {'python': '3.7', 'latest': true}
1717
- {'python': '3.8', 'latest': false}
1818
- {'python': '3.9', 'latest': false}
1919
- {'python': '3.10', 'latest': false}

0 commit comments

Comments
 (0)