Skip to content

Commit

Permalink
add python 3.11 support to HF INF conftest file (#4469)
Browse files Browse the repository at this point in the history
Co-authored-by: malavhs <[email protected]>
  • Loading branch information
malav-shastri and malavhs authored Dec 21, 2024
1 parent 40f2301 commit aabec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sagemaker_tests/huggingface/inference/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def pytest_addoption(parser):
parser.addoption("--framework-version", default="")
parser.addoption(
"--py-version",
choices=["2", "3", "37", "38", "39", "310"],
choices=["2", "3", "37", "38", "39", "310", "311"],
default=str(sys.version_info.major),
)
# Processor is still "cpu" for EIA tests
Expand Down

0 comments on commit aabec0d

Please sign in to comment.