Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4f7feb9

Browse files
committed
Run test suite on Python 3.10 as well
1 parent5fdcc4f commit4f7feb9

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,34 +147,36 @@ jobs:
147147
manylinux:"2010",
148148
target:"x86_64-unknown-linux-gnu",
149149
arch:"x86_64",
150+
python-version:"3.6"
150151
},
151152
{
152153
toolchain:"nightly",
153154
manylinux:"2010",
154155
target:"x86_64-unknown-linux-gnu",
155156
arch:"x86_64",
157+
python-version:"3.6"
156158
},
157159
{
158160
toolchain:"stable",
159161
manylinux:"2010",
160162
target:"x86_64-unknown-linux-gnu",
161163
arch:"x86_64",
164+
python-version:"3.6"
165+
},
166+
{
167+
toolchain:"stable",
168+
manylinux:"2010",
169+
target:"x86_64-unknown-linux-gnu",
170+
arch:"x86_64",
171+
python-version:"3.10"
162172
},
163-
# FIXME: GitHub actions runs out of memory when this build is
164-
# attempted.
165-
# {
166-
# toolchain: "stable",
167-
# manylinux: "2010",
168-
# target: "i686-unknown-linux-gnu",
169-
# arch: "i686"
170-
# },
171173
]
172174
steps:
173175
-uses:actions/checkout@v2
174176

175177
-uses:actions/setup-python@v2
176178
with:
177-
python-version:3.6
179+
python-version:${{ matrix.platform.python-version }}
178180

179181
-name:Build Wheels
180182
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp