Skip to content

Commit

Permalink
Rls 1.4.0rc0 (Rebuild for python310) (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Jan 7, 2022
1 parent 5131a9f commit a819924
Show file tree
Hide file tree
Showing 19 changed files with 199 additions and 59 deletions.
24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

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

17 changes: 10 additions & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.18'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.18'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.19'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.18'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
numpy:
- '1.18'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
33 changes: 33 additions & 0 deletions .ci_support/migrations/pypy37-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
migrator_ts: 1623865877
__migrator:
paused: False
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy # new entry
longterm: True
pr_limit: 6
bump_number: 0
wait_for_migrators:
- pypy37
commit_message: "Rebuild for PyPy3.7 for windows"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python: # [win]
- 3.7.* *_73_pypy # [win]
# additional entries to add for zip_keys
numpy: # [win]
- 1.19 # [win]
python_impl: # [win]
- pypy # [win]
29 changes: 29 additions & 0 deletions .ci_support/migrations/pypy37.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
migrator_ts: 1608144114
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy # new entry
paused: false
longterm: True
pr_limit: 50
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python: # [not (win or arm64)]
- 3.7.* *_73_pypy # [not (win or arm64)]
# additional entries to add for zip_keys
numpy: # [not (win or arm64)]
- 1.19 # [not (win or arm64)]
python_impl: # [not (win or arm64)]
- pypy # [not (win or arm64)]
33 changes: 33 additions & 0 deletions .ci_support/migrations/python310.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
migrator_ts: 1634137107
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
paused: false
longterm: True
pr_limit: 40
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
exclude_pinned_pkgs: false

python:
- 3.10.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.21
python_impl:
- cpython
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cxx_compiler_version:
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.18'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/osx_arm64_numpy1.21python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge
channel_targets:
- conda-forge pandas_rc
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ channel_targets:
cxx_compiler:
- vs2017
numpy:
- '1.18'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
Expand Down
Loading

0 comments on commit a819924

Please sign in to comment.