Skip to content

Commit

Permalink
Merge pull request #23 from regro-cf-autotick-bot/rebuild-python39-0-…
Browse files Browse the repository at this point in the history
…2_h270079
  • Loading branch information
ocefpaf authored Nov 1, 2020
2 parents f3e973d + ea739e5 commit e0782c1
Show file tree
Hide file tree
Showing 27 changed files with 329 additions and 218 deletions.
36 changes: 24 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.

85 changes: 20 additions & 65 deletions .azure-pipelines/azure-pipelines-osx.yml

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

68 changes: 38 additions & 30 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 @@ -9,4 +9,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.8.* *_cpython
target_platform:
- linux-64
14 changes: 14 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-64
55 changes: 0 additions & 55 deletions .ci_support/migrations/python38.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .ci_support/migrations/python39.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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
paused: false
pr_limit: 50
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
python:
- 3.9.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.19
python_impl:
- cpython
Loading

0 comments on commit e0782c1

Please sign in to comment.