Skip to content

Commit

Permalink
Drop python 3.12 in cross arm
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 6, 2024
1 parent 72fdce2 commit bf6dba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
- os: ubuntu
target: armv7
manylinux: 2_28
manylinux: 2_24
python-architecture: x64
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
interpreter: 3.7 3.8 3.9 3.10 3.11 # No python 3.12 in this container
- os: ubuntu
target: ppc64le
manylinux: 2_24
Expand Down

0 comments on commit bf6dba0

Please sign in to comment.