Skip to content

Commit 705618f

Browse files
Yadan-WeiYadan Wei
and
Yadan Wei
authored
add py312 to sagemaker tests (#4625)
Co-authored-by: Yadan Wei <[email protected]>
1 parent d971abd commit 705618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sagemaker_tests/pytorch/training/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def pytest_addoption(parser):
133133
parser.addoption("--framework-version", default="")
134134
parser.addoption(
135135
"--py-version",
136-
choices=["2", "3", "37", "38", "39", "310", "311"],
136+
choices=["2", "3", "37", "38", "39", "310", "311", "312"],
137137
default=str(sys.version_info.major),
138138
)
139139
parser.addoption("--processor", choices=["gpu", "cpu", "neuron", "neuronx"], default="cpu")

0 commit comments

Comments
 (0)