-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.12 and update curl to 8.4.0
- Loading branch information
Sean Gillies
authored and
Sean Gillies
committed
Oct 11, 2023
1 parent
b4cbf1e
commit b9c5b06
Showing
10 changed files
with
56 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,26 +5,29 @@ wheel_build_task: | |
env: | ||
BUILD_PREFIX: /tmp/local | ||
REPO_DIR: Fiona | ||
BUILD_COMMIT: 1.9.4 | ||
BUILD_COMMIT: 1.9.5 | ||
CIRRUS_CLONE_SUBMODULES: true | ||
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH | ||
PLAT: "arm64" | ||
BUILD_DEPENDS: "oldest-supported-numpy cython>=0.29 wheel==0.34.2" | ||
TEST_DEPENDS: "oldest-supported-numpy attrs==21.4.0 pytest==6.2.5 click==8.0.3 mock boto3 packaging hypothesis==4.38.1 wheel==0.34.2 pytz" | ||
BUILD_DEPENDS: "setuptools oldest-supported-numpy cython~=3.0.2 wheel" | ||
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz" | ||
MACOSX_DEPLOYMENT_TARGET: "11.0" | ||
matrix: | ||
- MB_PYTHON_VERSION: "3.12" | ||
- MB_PYTHON_VERSION: "3.11" | ||
- MB_PYTHON_VERSION: "3.10" | ||
- MB_PYTHON_VERSION: "3.9" | ||
- MB_PYTHON_VERSION: "3.8" | ||
install_pre_requirements_script: | ||
- brew install [email protected] | ||
- brew install pkg-config [email protected] | ||
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python | ||
brew_remove_pkgs_script: | ||
- brew remove -f --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript | ||
- brew remove -f --ignore-dependencies iliblerc webp zstd libtiff libxcb libxdcmp curl php lcms2 xmlto ghostscript lz4 openjpeg | ||
build_wheel_script: | ||
- mkdir -p $BUILD_PREFIX/include | ||
- mkdir -p $BUILD_PREFIX/lib | ||
- mkdir -p $BUILD_PREFIX/lib/pkgconfig | ||
- mkdir -p $BUILD_PREFIX/bin | ||
- mkdir -p $BUILD_PREFIX/share/doc | ||
- mkdir -p $BUILD_PREFIX/share/man/man{1,3,5,7} | ||
- source multibuild/common_utils.sh | ||
- source multibuild/travis_steps.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule multibuild
updated
10 files
+2 −2 | .github/workflows/lint_python.yml | |
+1 −1 | .github/workflows/test.yml | |
+1 −1 | LICENSE | |
+2 −1 | README.rst | |
+14 −10 | common_utils.sh | |
+1 −1 | library_builders.sh | |
+12 −9 | osx_utils.sh | |
+2 −2 | tests/test_common_utils.sh | |
+3 −1 | tests/test_fill_pyver.sh | |
+6 −2 | travis_linux_steps.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters