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

Rebuild for python39 #46

Merged
12 changes: 8 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

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

8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
8 changes: 5 additions & 3 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.18'
pin_run_as_build:
Expand All @@ -27,5 +27,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.16python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
pin_run_as_build:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,9 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.18'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
- '9'
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-aarch64
numpy:
- '1.16'
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
32 changes: 32 additions & 0 deletions .ci_support/migrations/python39.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
migrator_ts: 1602104489
__migrator:
migration_number: 2
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
paused: false
longterm: True
pr_limit: 50
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

# this has gone for a while so issue everything
check_solvable: false

python:
- 3.9.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.19
python_impl:
- cpython
4 changes: 2 additions & 2 deletions .ci_support/osx_64_numpy1.16python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
Expand Down
Loading