Skip to content

Commit bf6dba0

Browse files
committed
Drop python 3.12 in cross arm
1 parent 72fdce2 commit bf6dba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
5151
- os: ubuntu
5252
target: armv7
53-
manylinux: 2_28
53+
manylinux: 2_24
5454
python-architecture: x64
55-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
55+
interpreter: 3.7 3.8 3.9 3.10 3.11 # No python 3.12 in this container
5656
- os: ubuntu
5757
target: ppc64le
5858
manylinux: 2_24

0 commit comments

Comments
 (0)