File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ def huggingface_pytorch_training_version(huggingface_training_version):
273
273
274
274
@pytest .fixture (scope = "module" )
275
275
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"
277
277
278
278
279
279
@pytest .fixture (scope = "module" )
@@ -329,7 +329,7 @@ def huggingface_pytorch_latest_training_py_version(
329
329
huggingface_training_pytorch_latest_version ,
330
330
):
331
331
return (
332
- "py38 " if Version (huggingface_training_pytorch_latest_version ) >= Version ("1.9" ) else "py36"
332
+ "py39 " if Version (huggingface_training_pytorch_latest_version ) >= Version ("1.9" ) else "py36"
333
333
)
334
334
335
335
You can’t perform that action at this time.
0 commit comments