Skip to content

Commit

Permalink
Use manylinux 2.28 for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Mar 5, 2025
1 parent 6573d4a commit e1a59f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ skip = "*-win32 *-manylinux_i686 *-musllinux_*"
# free-threaded-support = true

manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux_2_28"
manylinux-i686-image = "manylinux2014"
test-command = "python -c \"import flint; print(str(flint.fmpz(2)))\""

Expand Down

0 comments on commit e1a59f5

Please sign in to comment.