Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

MAINT: mac and win py3.10 wheels #132

Merged
merged 7 commits into from
Oct 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- PLAT=x86_64
- CYTHON_BUILD_DEP="Cython==0.29.24"
- PYTHRAN_BUILD_DEP="pythran"
- PYBIND11_BUILD_DEP="pybind11==2.4.3"
- PYBIND11_BUILD_DEP="pybind11>=2.4.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be determined by the build process itself?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean we should not pin anything?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not here, the pinning and pip installing should all be from the repo's files. Maybe that is material for a future PR.

- UNICODE_WIDTH=32
- MANYLINUX_URL="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
Expand Down
23 changes: 8 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ environment:
MINGW_64: C:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin
CYTHON_BUILD_DEP: Cython==0.29.24
PYTHRAN_BUILD_DEP: pythran
NUMPY_TEST_DEP: numpy==1.16.5
PYBIND11_BUILD_DEP: pybind11==2.4.3
NUMPY_TEST_DEP: numpy==1.17.3
PYBIND11_BUILD_DEP: pybind11==2.7.0
TEST_MODE: fast
APPVEYOR_SAVE_CACHE_ON_ERROR: true
APPVEYOR_SKIP_FINALIZE_ON_EXIT: true
Expand All @@ -29,19 +29,12 @@ environment:
DAILY_COMMIT: master

matrix:
# - PYTHON: C:\Python310rc2
# PYTHON_VERSION: 3.10.0
# PYTHON_ARCH: 32
# NUMPY_BUILD_DEP: numpy==1.19.3
# NUMPY_TEST_DEP: numpy==1.19.3
# CYTHON_BUILD_DEP: Cython
#
# - PYTHON: C:\Python310rc2-x64
# PYTHON_VERSION: 3.10.0
# PYTHON_ARCH: 64
# NUMPY_BUILD_DEP: numpy==1.19.3
# NUMPY_TEST_DEP: numpy==1.19.3
# CYTHON_BUILD_DEP: Cython
- PYTHON: C:\Python310-x64
PYTHON_VERSION: 3.10.0
PYTHON_ARCH: 64
NUMPY_BUILD_DEP: oldest-supported-numpy
NUMPY_TEST_DEP: oldest-supported-numpy
CYTHON_BUILD_DEP: Cython

- PYTHON: C:\Python39
PYTHON_VERSION: 3.9
Expand Down
13 changes: 4 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ jobs:
MB_PYTHON_VERSION: "3.9"
MB_PYTHON_OSX_VER: "10.9"
PLAT: universal2
# osx-Py310:
# AZURE_PYTHON_VERSION: "3.9"
# MB_PYTHON_VERSION: "3.10"
# MB_PYTHON_OSX_VER: "10.9"
# osx-Py310-universal2:
# AZURE_PYTHON_VERSION: "3.9"
# MB_PYTHON_VERSION: "3.10"
# MB_PYTHON_OSX_VER: "10.9"
# PLAT: universal2
osx-Py310-universal2:
MB_PYTHON_VERSION: "3.10"
MB_PYTHON_OSX_VER: "10.9"
PLAT: universal2
1 change: 1 addition & 0 deletions azure-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:

jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 90
pool:
vmImage: ${{ parameters.vmImage }}
variables:
Expand Down
2 changes: 1 addition & 1 deletion multibuild
Submodule multibuild updated 1 files
+2 −2 osx_utils.sh