Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 3.15.2 #14

Merged
merged 34 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5d557de
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
d147380
bump version and deps
hadim Jan 3, 2023
79bdc4c
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
8298bc1
WIP
hadim Jan 3, 2023
d46368a
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
c47a8af
WIP
hadim Jan 3, 2023
a4eaad0
WIP
hadim Jan 3, 2023
84621af
WIP
hadim Jan 3, 2023
1c543f8
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
0d850d7
WIP
hadim Jan 3, 2023
803988f
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
4e1bb40
WIP
hadim Jan 3, 2023
270b3ae
WIP
hadim Jan 3, 2023
4e56639
WIP
hadim Jan 3, 2023
05d09cc
WIP
hadim Jan 3, 2023
ecff815
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 3, 2023
49561e9
trigger ci
hadim Jan 10, 2023
4297fcc
add compilers
hadim Jan 10, 2023
2e1cdb8
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
2f1323b
add grpcio
hadim Jan 10, 2023
6cc4836
skip windows builds
hadim Jan 10, 2023
7a43515
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
7c10b4e
add osx-arm64
hadim Jan 10, 2023
a9fc0ea
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
a53d21c
trigger ci
hadim Jan 10, 2023
4598b2f
remove osx arm64 for now
hadim Jan 10, 2023
d05361b
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
616c836
skip python 3.10 for now
hadim Jan 10, 2023
d2533ef
skip python 3.10 for now
hadim Jan 10, 2023
5a85e64
skip python 3.10 for now
hadim Jan 10, 2023
485741f
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
4908b47
WIP
hadim Jan 10, 2023
189ef63
add back osx arm64
hadim Jan 10, 2023
10a388a
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
hadim Jan 10, 2023
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
13 changes: 7 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 0 additions & 116 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions .ci_support/linux_64_python3.7.____cpython.yaml

This file was deleted.

16 changes: 12 additions & 4 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge
- conda-forge/label/cython_dev,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -15,5 +23,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - c_compiler_version
- cxx_compiler_version
16 changes: 12 additions & 4 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge
- conda-forge/label/cython_dev,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -15,5 +23,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - c_compiler_version
- cxx_compiler_version
16 changes: 0 additions & 16 deletions .ci_support/osx_64_python3.7.____cpython.yaml

This file was deleted.

13 changes: 12 additions & 1 deletion .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
- conda-forge/label/cython_dev,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand All @@ -14,3 +22,6 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
13 changes: 12 additions & 1 deletion .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge
- conda-forge/label/cython_dev,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand All @@ -14,3 +22,6 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
27 changes: 27 additions & 0 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge/label/cython_dev,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Loading