Skip to content

Commit 340433a

Browse files
committed
test 3.7 on 22.04
1 parent dc85cae commit 340433a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/workflows/ci.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ jobs:
5050
},
5151
]
5252
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+
}
5361
# Older versions of CPython are not available for AArch64.
5462
- python-version: 3.12
5563
platform:
@@ -73,6 +81,15 @@ jobs:
7381
python-architecture: "x64",
7482
rust-target: "x86_64-unknown-linux-gnu",
7583
}
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+
}
7693
steps:
7794
- uses: actions/checkout@v4
7895
- name: Set up Python ${{ matrix.python-version }}
@@ -125,6 +142,24 @@ jobs:
125142
rust-target: "x86_64-pc-windows-msvc",
126143
},
127144
]
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+
}
128163
steps:
129164
- uses: actions/checkout@v4
130165
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)