Skip to content

Commit 666b58a

Browse files
authored
Miscs (#611)
1 parent e8fe5e2 commit 666b58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/python/ml/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package(default_visibility = ["//visibility:public"])
1818

1919
py_test(
2020
name = "ml_test",
21-
timeout = "long",
21+
timeout = "eternal",
2222
srcs = ["ml_test.py"],
2323
data = [
2424
"//examples/python/conf",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
logger = logging.getLogger(__name__)
3131

3232
# 3.8 is the minimum python version we can support
33-
SUPPORTED_PYTHONS = [(3, 8), (3, 9), (3, 10), (3, 11)]
33+
SUPPORTED_PYTHONS = [(3, 9), (3, 10), (3, 11)]
3434

3535
BAZEL_MAX_JOBS = os.getenv("BAZEL_MAX_JOBS")
3636
ROOT_DIR = os.path.dirname(__file__)

0 commit comments

Comments
 (0)