Skip to content

Commit 4254051

Browse files
committed
Remove manylinux2010 build
* cibuildwheel does not support manylinux2010 anymore Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent f355a65 commit 4254051

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
build: ["cp{310,311,312,313,314}-*"]
3434

3535
include:
36-
- os: ubuntu-latest
37-
arch: auto64
38-
type: manylinux2010
39-
build: "cp310-*"
40-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
41-
4236
- os: ubuntu-latest
4337
arch: auto64
4438
type: manylinux2014

.github/workflows/test-and-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
build: ["cp{310,311,312,313,314}-*"]
4141

4242
include:
43-
- os: ubuntu-latest
44-
arch: auto64
45-
type: manylinux2010
46-
build: "cp310-*"
47-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
48-
4943
- os: ubuntu-latest
5044
arch: auto64
5145
type: manylinux2014

0 commit comments

Comments
 (0)