|
50 | 50 | },
|
51 | 51 | ]
|
52 | 52 | include:
|
| 53 | + # ubuntu-24.04 does not support 3.7 |
| 54 | + - python-version: 3.7 |
| 55 | + platform: |
| 56 | + { |
| 57 | + os: "ubuntu-22.04", |
| 58 | + python-architecture: "x64", |
| 59 | + rust-target: "x86_64-unknown-linux-gnu", |
| 60 | + } |
53 | 61 | # Older versions of CPython are not available for AArch64.
|
54 | 62 | - python-version: 3.12
|
55 | 63 | platform:
|
|
73 | 81 | python-architecture: "x64",
|
74 | 82 | rust-target: "x86_64-unknown-linux-gnu",
|
75 | 83 | }
|
| 84 | + exclude: |
| 85 | + # ubuntu-24.04 does not support 3.7 |
| 86 | + - python-version: 3.7 |
| 87 | + platform: |
| 88 | + { |
| 89 | + os: "ubuntu-latest", |
| 90 | + python-architecture: "x64", |
| 91 | + rust-target: "x86_64-unknown-linux-gnu", |
| 92 | + } |
76 | 93 | steps:
|
77 | 94 | - uses: actions/checkout@v4
|
78 | 95 | - name: Set up Python ${{ matrix.python-version }}
|
@@ -125,6 +142,24 @@ jobs:
|
125 | 142 | rust-target: "x86_64-pc-windows-msvc",
|
126 | 143 | },
|
127 | 144 | ]
|
| 145 | + include: |
| 146 | + # ubuntu-24.04 does not support 3.7 |
| 147 | + - python-version: 3.7 |
| 148 | + platform: |
| 149 | + { |
| 150 | + os: "ubuntu-22.04", |
| 151 | + python-architecture: "x64", |
| 152 | + rust-target: "x86_64-unknown-linux-gnu", |
| 153 | + } |
| 154 | + exclude: |
| 155 | + # ubuntu-24.04 does not support 3.7 |
| 156 | + - python-version: 3.7 |
| 157 | + platform: |
| 158 | + { |
| 159 | + os: "ubuntu-latest", |
| 160 | + python-architecture: "x64", |
| 161 | + rust-target: "x86_64-unknown-linux-gnu", |
| 162 | + } |
128 | 163 | steps:
|
129 | 164 | - uses: actions/checkout@v4
|
130 | 165 | - name: Set up Python ${{ matrix.python-version }}
|
|
0 commit comments