File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4141 with :
4242 enable-cache : true
43+ version : " 0.11.31"
4344
4445 - name : Set up Python ${{ matrix.python-version }}
4546 run : uv python install ${{ matrix.python-version }}
8283 uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8384 with :
8485 enable-cache : true
86+ version : " 0.11.31"
8587
8688 - name : Set up Python
8789 run : uv python install 3.10
@@ -112,6 +114,7 @@ jobs:
112114 uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
113115 with :
114116 enable-cache : true
117+ version : " 0.11.31"
115118
116119 - name : Set up Python
117120 run : uv python install 3.10
Original file line number Diff line number Diff line change 3030 uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3131 with :
3232 enable-cache : true
33+ version : " 0.11.31"
3334
3435 - name : Set up Python
3536 run : uv python install 3.12
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ phy = [
107107]
108108
109109[tool .uv ]
110- required-version = " == 0.11.31 "
110+ required-version = " >= 0.11.8,<0.12 "
111111required-environments = [
112112 " sys_platform == 'win32' and platform_machine == 'AMD64'" ,
113113]
You can’t perform that action at this time.
0 commit comments