Skip to content

Commit c3776c1

Browse files
Revert "[MLGO] Remove Python <3.8 from unsupported config (#106132)"
This reverts commit a959d70. This was causing bot failures. https://lab.llvm.org/buildbot/#/builders/174/builds/3975
1 parent 32acf1e commit c3776c1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
3+
config.unsupported = sys.version_info.minor <= 8
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys
2+
3+
config.unsupported = sys.version_info.minor <= 8

0 commit comments

Comments
 (0)