Skip to content

Commit ced7314

Browse files
authored
Merge pull request #65 from elohmeier/py314
build wheels for 3.14 and remove EOL versions
2 parents 3133c9c + ced2c1a commit ced7314

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,11 @@ jobs:
5050
build: ["*"]
5151
skip: ["pp*"]
5252
include:
53-
# the manylinux1 docker images only contain from python3.6 to 3.9
54-
- os: ubuntu-latest
55-
type: manylinux1
56-
arch: auto64
57-
build: "cp{36,37,38,39}-manylinux*"
58-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
59-
CIBW_MANYLINUX_I686_IMAGE: manylinux1
60-
# the manylinux2010 image also contains python 3.10
61-
- os: ubuntu-latest
62-
arch: auto64
63-
type: manylinux2010
64-
build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
65-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
66-
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
67-
# the manylinux2014 image also contains pypy3.9, and CPython 3.11, 3.12 and 3.13
53+
# the manylinux2014 image also contains pypy3.9, and CPython 3.10-3.14
6854
- os: ubuntu-latest
6955
arch: auto64
7056
type: manylinux2014
71-
build: "pp39-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux*"
57+
build: "pp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux* cp314-manylinux*"
7258
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
7359
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
7460

@@ -110,7 +96,7 @@ jobs:
11096
strategy:
11197
matrix:
11298
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
113-
python: [36, 37, 38, 39, 310, 311, 312, 313]
99+
python: [310, 311, 312, 313, 314]
114100
arch: [aarch64]
115101
steps:
116102
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)