Skip to content

Commit

Permalink
Change linux image
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 23e9bf3 commit 7b58c2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ evogym = "evogym"
skip = ["*-win32", "*-manylinux_i686"]

[tool.cibuildwheel.linux]

manylinux-x86_64-image = "manylinux_2_28"
# manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
# manylinux-x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
# manylinux-pypy_x86_64-image = "quay.io/pypa/manylinux_1_2_x86_64:latest"
before-all = "yum install -y libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel"
Expand Down

0 comments on commit 7b58c2b

Please sign in to comment.