diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6cab36eb..9fdc006c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,8 +15,8 @@ jobs: platform_id: win_amd64 # Linux 64 bit - - os: ubuntu-latest - platform_id: manylinux_x86_64 + # - os: ubuntu-latest + # platform_id: manylinux_x86_64 # manylinux_image: manylinux_2_24 # MacOS x86_64 diff --git a/pyproject.toml b/pyproject.toml index 6f0e5546..253b3488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,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.10" +requires-python = ">=3.7, <=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",