diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 7d5c9656..5b053670 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -105,7 +105,7 @@ jobs: matrix: os: ["ubuntu-20.04", "windows-latest", "macos-latest", "macos-10.15"] platform: ["x86_64"] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9"] include: # TODO macOS is failing on py 3.10 because of shapely failure - os: "ubuntu-20.04"