2121 strategy :
2222 fail-fast : false
2323 matrix :
24- python-version : ["3.8 ", "3.13"]
24+ python-version : ["3.9 ", "3.13"]
2525 test_name :
2626 [
2727 " Repository only" ,
@@ -30,18 +30,18 @@ jobs:
3030 " Xet only"
3131 ]
3232 include :
33- - python-version : " 3.13" # LFS not ran on 3.8
33+ - python-version : " 3.13" # LFS not ran on 3.9
3434 test_name : " lfs"
35- - python-version : " 3.8 "
35+ - python-version : " 3.9 "
3636 test_name : " fastai"
3737 - python-version : " 3.10" # fastai not supported on 3.12 and 3.11 -> test it on 3.10
3838 test_name : " fastai"
39- - python-version : " 3.8 "
39+ - python-version : " 3.9 "
4040 test_name : " tensorflow"
4141 - python-version : " 3.10" # tensorflow not supported on 3.12 -> test it on 3.10
4242 test_name : " tensorflow"
43- - python-version : " 3.8 " # test torch~=1.11 on python 3.8 only.
44- test_name : " Python 3.8 , torch_1.11"
43+ - python-version : " 3.9 " # test torch~=1.11 on python 3.9 only.
44+ test_name : " Python 3.9 , torch_1.11"
4545 - python-version : " 3.12" # test torch latest on python 3.12 only.
4646 test_name : " torch_latest"
4747 steps :
8484 uv pip install --upgrade torch
8585 ;;
8686
87- "Python 3.8 , torch_1.11")
87+ "Python 3.9 , torch_1.11")
8888 uv pip install "huggingface_hub[torch] @ ."
8989 uv pip install torch~=1.11
9090 ;;
@@ -147,7 +147,7 @@ jobs:
147147 eval "$PYTEST ../tests/test_serialization.py"
148148 ;;
149149
150- "Python 3.8 , torch_1.11" | torch_latest)
150+ "Python 3.9 , torch_1.11" | torch_latest)
151151 eval "$PYTEST ../tests/test_hub_mixin*"
152152 eval "$PYTEST ../tests/test_serialization.py"
153153 ;;
@@ -178,7 +178,7 @@ jobs:
178178 strategy :
179179 fail-fast : false
180180 matrix :
181- python-version : ["3.8 ", "3.11"]
181+ python-version : ["3.9 ", "3.11"]
182182 test_name : ["Everything else", "Xet only"]
183183
184184 steps :
0 commit comments