|
6 | 6 | pull_request: |
7 | 7 | branches: [ '*' ] |
8 | 8 |
|
| 9 | +permissions: |
| 10 | + contents: read |
| 11 | + |
9 | 12 | jobs: |
10 | 13 | build: |
11 | 14 | runs-on: ubuntu-latest |
|
21 | 24 | fail-fast: false |
22 | 25 | matrix: |
23 | 26 | distro_version: ["3.19", "3.20"] |
24 | | - runtime_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 27 | + runtime_version: ["3.10", "3.11", "3.12", "3.13"] |
25 | 28 |
|
26 | 29 | steps: |
27 | 30 | - uses: actions/checkout@v4 |
|
38 | 41 | fail-fast: false |
39 | 42 | matrix: |
40 | 43 | distro_version: ["bookworm", "bullseye"] |
41 | | - runtime_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 44 | + runtime_version: ["3.10", "3.11", "3.12", "3.13"] |
42 | 45 |
|
43 | 46 | steps: |
44 | 47 | - uses: actions/checkout@v4 |
|
54 | 57 | strategy: |
55 | 58 | fail-fast: false |
56 | 59 | matrix: |
57 | | - runtime_version: ["3.9", "3.10", "3.11"] |
| 60 | + runtime_version: ["3.10", "3.11"] |
58 | 61 |
|
59 | 62 | steps: |
60 | 63 | - uses: actions/checkout@v4 |
|
87 | 90 | fail-fast: false |
88 | 91 | matrix: |
89 | 92 | distro_version: ["22.04", "24.04"] |
90 | | - runtime_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] |
| 93 | + runtime_version: ["3.10", "3.11", "3.12", "3.13"] |
91 | 94 |
|
92 | 95 | steps: |
93 | 96 | - uses: actions/checkout@v4 |
|
0 commit comments