Skip to content
Merged
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
61 changes: 0 additions & 61 deletions .appveyor.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

30 changes: 15 additions & 15 deletions .azure-pipelines/azure-pipelines-osx.yml

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

34 changes: 15 additions & 19 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,4 +15,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ cxx_compiler_version:
docker_image:
- condaforge/linux-anvil-comp7
numpy:
- '1.14'
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.6.* *_73_pypy
zip_keys:
- - numpy
- python
44 changes: 44 additions & 0 deletions .ci_support/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
- cuda_compiler_version
- docker_image
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers.

python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not win64]

numpy:
- 1.14 # [not (aarch64 or ppc64le)]
- 1.14 # [not (aarch64 or ppc64le)]
- 1.14 # [not (aarch64 or ppc64le)]
- 1.16 # [aarch64 or ppc64le]
- 1.16 # [aarch64 or ppc64le]
- 1.16 # [aarch64 or ppc64le]
- 1.18 # [not win64]

python_impl:
- cpython
- cpython
- cpython
- pypy # [not win64]


zip_keys:
-
- python
- numpy
- python_impl
- # [linux64]
- cuda_compiler_version # [linux64]
- docker_image # [linux64]
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ macos_machine:
macos_min_version:
- '10.9'
numpy:
- '1.14'
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.6.* *_73_pypy
zip_keys:
- - numpy
- python
24 changes: 0 additions & 24 deletions .ci_support/win_cxx_compilervs2008python2.7vc9.yaml

This file was deleted.

Loading