Skip to content

Commit

Permalink
Skip musllinux, test python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 19, 2024
1 parent 5c2d5c5 commit 2f4ff79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ evogym = "evogym"
"evogym.envs" = ["sim_files/*.json"]

[tool.cibuildwheel]
# Skip 32-bit builds
skip = ["*-win32", "*-manylinux_i686"]
# Skip 32-bit builds, and musllinux builds
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]

[tool.cibuildwheel.linux]

Expand All @@ -37,7 +37,7 @@ description = "Evolution Gym: A benchmark for developing and evaluating soft rob
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["evolution", "gym", "evolution gym", "soft robotics", "benchmark", "co-design"]
requires-python = ">=3.7, <=3.11"
requires-python = ">=3.7, <3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 2f4ff79

Please sign in to comment.