File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
matrix :
12
12
image :
13
- - ' quay.io/pypa/manylinux2010_i686'
14
- - ' quay.io/pypa/manylinux2010_x86_64'
15
13
- ' quay.io/pypa/manylinux2014_aarch64'
16
14
- ' quay.io/pypa/manylinux2014_i686'
17
15
- ' quay.io/pypa/manylinux2014_x86_64'
21
19
- ' cp39-cp39'
22
20
- ' cp310-cp310'
23
21
- ' cp311-cp311'
24
- exclude :
25
- # manylinux2010 dropped in Python 3.11.
26
- - image : ' quay.io/pypa/manylinux2010_i686'
27
- py : ' cp311-cp311'
28
- - image : ' quay.io/pypa/manylinux2010_x86_64'
29
- py : ' cp311-cp311'
30
22
runs-on : ' ubuntu-22.04'
31
23
steps :
32
24
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ Backwards Compatibility Notes
55
55
default to ``True `` in a future release. If you depend on the current
56
56
functionality of stopping at frame boundaries, start explicitly passing
57
57
``read_across_frames=False `` to preserve the current behavior.
58
+ * ``manylinux2010 `` wheels are no longer published since this wheel format
59
+ is no longer supported by the pypa/manylinux project.
58
60
59
61
Changes
60
62
-------
You can’t perform that action at this time.
0 commit comments