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" )
@@ -348,7 +348,7 @@ def huggingface_pytorch_latest_inference_py_version(
348
348
huggingface_inference_pytorch_latest_version ,
349
349
):
350
350
return (
351
- "py38 "
351
+ "py39 "
352
352
if Version (huggingface_inference_pytorch_latest_version ) >= Version ("1.9" )
353
353
else "py36"
354
354
)
You can’t perform that action at this time.
0 commit comments