File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
4848 strategy :
4949 matrix :
5050 python-version :
51- - " 3.8 "
52- - " 3.9 "
53- - " 3.10 "
54- - " 3.11"
55- - " 3.12 "
56- - " 3.13 "
57- - " 3.14 "
51+ - " 3.14 "
52+ - " 3.13 "
53+ - " 3.12 "
54+ - " 3.11"
55+ - " 3.10 "
56+ - " 3.9 "
57+ - " 3.8 "
5858 steps :
5959
6060 # repo: https://github.com/actions/checkout
6666
6767 - name : Remove sitecustomize.py
6868 run : |
69- sudo rm -f /usr/lib/python3.*/sitecustomize.py
70- sudo rm -f /etc/python3.*/sitecustomize.py
69+ sudo rm -f /usr/lib/python3.*/sitecustomize.py
70+ sudo rm -f /etc/python3.*/sitecustomize.py
7171
7272 # repo: https://github.com/astral-sh/setup-uv
7373 # releases: https://github.com/astral-sh/setup-uv/tags
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
5656 fail-fast : false
5757 matrix :
5858 python-version :
59- - " 3.8 "
60- - " 3.9 "
61- - " 3.10 "
62- - " 3.11"
63- - " 3.12 "
64- - " 3.13 "
65- - " 3.14 "
59+ - " 3.14 "
60+ - " 3.13 "
61+ - " 3.12 "
62+ - " 3.11"
63+ - " 3.10 "
64+ - " 3.9 "
65+ - " 3.8 "
6666
6767 steps :
6868
7575
7676 - name : Remove sitecustomize.py
7777 run : |
78- sudo rm -f /usr/lib/python3.*/sitecustomize.py
79- sudo rm -f /etc/python3.*/sitecustomize.py
78+ sudo rm -f /usr/lib/python3.*/sitecustomize.py
79+ sudo rm -f /etc/python3.*/sitecustomize.py
8080
8181 # repo: https://github.com/astral-sh/setup-uv
8282 # releases: https://github.com/astral-sh/setup-uv/tags
You can’t perform that action at this time.
0 commit comments