|
21 | 21 | fail-fast: false |
22 | 22 | matrix: |
23 | 23 | python: |
24 | | - - "3.12" |
| 24 | + - "3.12.5" |
25 | 25 | - "3.13" |
26 | 26 | - "3.14" |
27 | 27 | - "3.14t" |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 |
|
119 | 119 | - name: 📦 Set up Python dependencies |
120 | 120 | run: | |
121 | | - uv sync -p 3.12 |
| 121 | + uv sync -p 3.12.5 |
122 | 122 |
|
123 | 123 | - name: 🏃🏻➡️ Test LKPY |
124 | 124 | run: | |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | - name: 🕶️ Install uv |
158 | 158 | uses: astral-sh/setup-uv@v7 |
159 | 159 | with: |
160 | | - python-version: "3.12" |
| 160 | + python-version: "3.12.5" |
161 | 161 | activate-environment: true |
162 | 162 |
|
163 | 163 | - name: 📦 Set up Python dependencies |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | - name: 🕶️ Install uv |
210 | 210 | uses: astral-sh/setup-uv@v7 |
211 | 211 | with: |
212 | | - python-version: "3.12" |
| 212 | + python-version: "3.12.5" |
213 | 213 | activate-environment: true |
214 | 214 |
|
215 | 215 | - name: 📦 Set up Python dependencies |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | - name: 🕶️ Install uv |
264 | 264 | uses: astral-sh/setup-uv@v7 |
265 | 265 | with: |
266 | | - python-version: "3.12" |
| 266 | + python-version: "3.12.5" |
267 | 267 | activate-environment: true |
268 | 268 |
|
269 | 269 | - name: 📦 Set up Python dependencies (Unix) |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | - name: 🕶️ Install uv |
327 | 327 | uses: astral-sh/setup-uv@v7 |
328 | 328 | with: |
329 | | - python-version: "3.12" |
| 329 | + python-version: "3.12.5" |
330 | 330 | activate-environment: true |
331 | 331 |
|
332 | 332 | - name: 📦 Set up Python dependencies (Unix) |
@@ -399,7 +399,7 @@ jobs: |
399 | 399 | - name: 🕶️ Install uv |
400 | 400 | uses: astral-sh/setup-uv@v7 |
401 | 401 | with: |
402 | | - python-version: "3.12" |
| 402 | + python-version: "3.12.5" |
403 | 403 | activate-environment: true |
404 | 404 |
|
405 | 405 | - name: 📦 Set up Python dependencies |
|
0 commit comments