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

Update python2 to the final 2.7 release (2.7.18) #647

Open
wants to merge 18 commits into
base: 2.7
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
47 changes: 0 additions & 47 deletions .appveyor.yml

This file was deleted.

40 changes: 24 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.

87 changes: 22 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.

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

This file was deleted.

7 changes: 6 additions & 1 deletion .ci_support/README

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 @@ -3,52 +3,41 @@ bzip2:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '12'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
libffi:
- '3.2'
- '3.4'
ncurses:
- '6.1'
- '6'
openssl:
- 1.1.1a
- 1.1.1u
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
- 3.10.* *_cpython
readline:
- '8.0'
- '8'
sqlite:
- '3'
target_platform:
- linux-64
tk:
- '8.6'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Loading
Loading