Skip to content

Commit

Permalink
Move to manylinux2014 wheels (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Dec 1, 2021
1 parent 6707ff7 commit 7e415b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: pp* *musllinux* cp310-win32 cp310-macosx_x86_64 cp310-manylinux_i686
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
CIBW_ENVIRONMENT_LINUX:
GEOS_VERSION=${{ env.GEOS_VERSION }}
GEOS_INSTALL=/host${{ runner.temp }}/geos-${{ env.GEOS_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version 0.12 (unreleased)
Python 3.10 (#427).
* All binary wheels now have GEOS 3.10.1. See https://github.com/libgeos/geos/blob/main/NEWS
for the changes (#422).

* Linux x86_64 and i686 wheels are now built using the manylinux2014 image instead of manylinux2010 (#445).

**Major enhancements**

Expand Down

0 comments on commit 7e415b2

Please sign in to comment.