|
15 | 15 |
|
16 | 16 | env:
|
17 | 17 | IMAGE: ethyca/fides:local
|
18 |
| - DEFAULT_PYTHON_VERSION: "3.10.13" |
| 18 | + DEFAULT_PYTHON_VERSION: "3.10.16" |
19 | 19 | # Docker auth with read-only permissions.
|
20 | 20 | DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
21 | 21 | DOCKER_RO_TOKEN: ${{ secrets.DOCKER_RO_TOKEN }}
|
|
47 | 47 | strategy:
|
48 | 48 | matrix:
|
49 | 49 | # NOTE: These are the currently supported/tested Python Versions
|
50 |
| - python_version: ["3.9.18", "3.10.13"] |
| 50 | + python_version: ["3.9.21", "3.10.16"] |
51 | 51 | runs-on: ubuntu-latest
|
52 | 52 | steps:
|
53 | 53 | - name: Checkout
|
@@ -209,7 +209,7 @@ jobs:
|
209 | 209 | strategy:
|
210 | 210 | fail-fast: false
|
211 | 211 | matrix:
|
212 |
| - python_version: ["3.9.18", "3.10.13"] |
| 212 | + python_version: ["3.9.21", "3.10.16"] |
213 | 213 | test_selection:
|
214 | 214 | - "ctl-not-external"
|
215 | 215 | - "ops-unit-api"
|
@@ -266,7 +266,7 @@ jobs:
|
266 | 266 | strategy:
|
267 | 267 | max-parallel: 1 # This prevents collisions in shared external resources
|
268 | 268 | matrix:
|
269 |
| - python_version: ["3.9.18", "3.10.13"] |
| 269 | + python_version: ["3.9.21", "3.10.16"] |
270 | 270 | runs-on: ubuntu-latest
|
271 | 271 | timeout-minutes: 20
|
272 | 272 | # In PRs run with the "unsafe" label, or run on a "push" event to main
|
@@ -328,7 +328,7 @@ jobs:
|
328 | 328 | strategy:
|
329 | 329 | max-parallel: 1 # This prevents collisions in shared external resources
|
330 | 330 | matrix:
|
331 |
| - python_version: ["3.9.18", "3.10.13"] |
| 331 | + python_version: ["3.9.21", "3.10.16"] |
332 | 332 | runs-on: ubuntu-latest
|
333 | 333 | timeout-minutes: 30
|
334 | 334 | # In PRs run with the "unsafe" label, or run on a "push" event to main
|
@@ -427,7 +427,7 @@ jobs:
|
427 | 427 | strategy:
|
428 | 428 | max-parallel: 1 # This prevents collisions in shared external resources
|
429 | 429 | matrix:
|
430 |
| - python_version: ["3.9.18", "3.10.13"] |
| 430 | + python_version: ["3.9.21", "3.10.16"] |
431 | 431 | steps:
|
432 | 432 | - name: Download container
|
433 | 433 | uses: actions/download-artifact@v4
|
|
0 commit comments