Skip to content

Commit e6f12d5

Browse files
Drop CI for Python 3.8 and 3.9 (#405)
Now that all the users of mlcompileropt are containerized, we can drop support for Python 3.8 and 3.9.
1 parent b5d0bc7 commit e6f12d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
if [ -z $ACT ]
3030
then
31-
_ver="['3.8', '3.9', '3.10']"
31+
_ver="['3.10']"
3232
_cache="1"
3333
else
3434
# 3.8 instead of '3.8' to make github act work.

0 commit comments

Comments
 (0)