Skip to content

Commit 0d76765

Browse files
JingyaHuangtrajanikant
authored andcommitted
update all py version
1 parent 5a794be commit 0d76765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def huggingface_pytorch_training_version(huggingface_training_version):
273273

274274
@pytest.fixture(scope="module")
275275
def huggingface_pytorch_training_py_version(huggingface_pytorch_training_version):
276-
return "py38" if Version(huggingface_pytorch_training_version) >= Version("1.9") else "py36"
276+
return "py39" if Version(huggingface_pytorch_training_version) >= Version("1.9") else "py36"
277277

278278

279279
@pytest.fixture(scope="module")
@@ -348,7 +348,7 @@ def huggingface_pytorch_latest_inference_py_version(
348348
huggingface_inference_pytorch_latest_version,
349349
):
350350
return (
351-
"py38"
351+
"py39"
352352
if Version(huggingface_inference_pytorch_latest_version) >= Version("1.9")
353353
else "py36"
354354
)

0 commit comments

Comments
 (0)