Skip to content

Commit a9e88c7

Browse files
JingyaHuangtrajanikant
authored andcommitted
update py version
1 parent 4dada77 commit a9e88c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
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")

0 commit comments

Comments
 (0)