Skip to content
Closed
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
33 changes: 17 additions & 16 deletions .azure-pipelines/azure-pipelines-linux.yml

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

22 changes: 12 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

22 changes: 11 additions & 11 deletions .azure-pipelines/azure-pipelines-win.yml

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

27 changes: 0 additions & 27 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.16'
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.16'
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
6 changes: 2 additions & 4 deletions .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.19'
pin_run_as_build:
Expand All @@ -21,7 +21,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
numpy:
- '1.16'
- '1.21'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - python
- numpy
43 changes: 0 additions & 43 deletions .ci_support/migrations/pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
migrator_ts: 1602104489
migrator_ts: 1634137107
__migrator:
migration_number: 2
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython # new entry
- 3.9.* *_cpython
- 3.10.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
paused: false
longterm: True
pr_limit: 50
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.9.* *_cpython
- 3.10.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.19
- 1.21
python_impl:
- cpython
25 changes: 0 additions & 25 deletions .ci_support/osx_64_numpy1.18python3.6.____73_pypy.yaml

This file was deleted.

Loading