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 python38 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 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.

4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

16 changes: 16 additions & 0 deletions .ci_support/linux_python3.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
55 changes: 55 additions & 0 deletions .ci_support/migrations/python38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
migrator_ts: 1569538102 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 0

python:
- 2.7
- 3.6
- 3.7
- 3.8

c_compiler:
# legacy compilers for things that refuse to move
- toolchain_c # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
# modern compilers
- gcc # [linux64]
- clang # [osx]
# non-standard arches get built with gcc
- gcc # [aarch64]
- gcc # [ppc64le]
- gcc # [armv7l]

- vs2008 # [win]
- vs2015 # [win]
- vs2015 # [win]
- vs2015 # [win]

cxx_compiler:
# legacy compilers for things that refuse to move
- toolchain_cxx # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
# modern compilers
- gxx # [linux64]
- clangxx # [osx]

- gxx # [aarch64]
- gxx # [ppc64le]
- gxx # [armv7l]

- vs2008 # [win]
- vs2015 # [win]
- vs2015 # [win]
- vs2015 # [win]

vc: # [win]
- 9 # [win]
- 14 # [win]
- 14 # [win]
- 14 # [win]
20 changes: 20 additions & 0 deletions .ci_support/osx_python3.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
20 changes: 20 additions & 0 deletions .ci_support/win_cxx_compilervs2015python3.8vc14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2015
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
vc:
max_pin: x
python:
- '3.8'
vc:
- '14'
zip_keys:
- - python
- vc
- cxx_compiler
21 changes: 21 additions & 0 deletions README.md

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