6060 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6161
6262 - name : Install Python
63- run : uv python install 3.12
63+ run : uv python install 3.14
6464
6565 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6666 with :
@@ -121,7 +121,7 @@ jobs:
121121 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
122122
123123 - name : Install Python
124- run : uv python install 3.12
124+ run : uv python install 3.14
125125
126126 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
127127 with :
@@ -191,7 +191,7 @@ jobs:
191191 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
192192
193193 - name : Install Python
194- run : uv python install 3.12
194+ run : uv python install 3.14
195195
196196 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
197197 with :
@@ -268,7 +268,7 @@ jobs:
268268 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
269269
270270 - name : Install Python
271- run : uv python install 3.10 3.11 3.12 3.13
271+ run : uv python install 3.10 3.11 3.12 3.13 3.14
272272
273273 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
274274 with :
@@ -284,7 +284,7 @@ jobs:
284284
285285 - name : Build all Python packages
286286 run : |
287- export INTERPRETERS="--interpreter $(uv python find 3.10) $(uv python find 3.11) $(uv python find 3.12) $(uv python find 3.13)"
287+ export INTERPRETERS="--interpreter $(uv python find 3.10) $(uv python find 3.11) $(uv python find 3.12) $(uv python find 3.13) $(uv python find 3.14) "
288288 just python-dist
289289
290290 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -307,7 +307,7 @@ jobs:
307307 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
308308
309309 - name : Install Python
310- run : uv python install 3.10 3.11 3.12 3.13
310+ run : uv python install 3.10 3.11 3.12 3.13 3.14
311311
312312 - name : Install just
313313 run : cargo install --locked just
@@ -318,7 +318,7 @@ jobs:
318318 - name : Build backend wheels
319319 shell : pwsh
320320 run : |
321- $interps = "3.10", "3.11", "3.12", "3.13" | ForEach-Object { & uv python find $_ }
321+ $interps = "3.10", "3.11", "3.12", "3.13", "3.14" | ForEach-Object { & uv python find $_ }
322322 $env:INTERPRETERS = "--interpreter $($interps -join ' ')"
323323 just python-dist-backends
324324
@@ -335,7 +335,7 @@ jobs:
335335 strategy :
336336 matrix :
337337 os : [ubuntu-latest, windows-latest]
338- python : ["3.10", "3.11", "3.12", "3.13"]
338+ python : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
339339 steps :
340340 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
341341
0 commit comments