Skip to content

Commit 0f99805

Browse files
authored
Merge pull request #334 from SylvainCorlay/backport-regex-fix-3.6
Backport regex fix to 3.6
2 parents e8a7f70 + 8722d97 commit 0f99805

20 files changed

Lines changed: 63 additions & 206 deletions

.appveyor.yml

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_aarch64_python3.6target_platformlinux-aarch64.yaml renamed to .ci_support/linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pin_run_as_build:
4949
zlib:
5050
max_pin: x.x
5151
python:
52-
- '3.6'
52+
- 3.6.* *_cpython
5353
readline:
5454
- '8.0'
5555
sqlite:

.ci_support/linux_aarch64_python3.7target_platformlinux-aarch64.yaml renamed to .ci_support/linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pin_run_as_build:
4949
zlib:
5050
max_pin: x.x
5151
python:
52-
- '3.7'
52+
- 3.7.* *_cpython
5353
readline:
5454
- '8.0'
5555
sqlite:

.ci_support/linux_ppc64le_python3.6target_platformlinux-ppc64le.yaml renamed to .ci_support/linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pin_run_as_build:
4141
zlib:
4242
max_pin: x.x
4343
python:
44-
- '3.6'
44+
- 3.6.* *_cpython
4545
readline:
4646
- '8.0'
4747
sqlite:

.ci_support/linux_ppc64le_python3.7target_platformlinux-ppc64le.yaml renamed to .ci_support/linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pin_run_as_build:
4141
zlib:
4242
max_pin: x.x
4343
python:
44-
- '3.7'
44+
- 3.7.* *_cpython
4545
readline:
4646
- '8.0'
4747
sqlite:

.ci_support/linux_python2.7target_platformlinux-64.yaml renamed to .ci_support/linux_python3.6.____cpythontarget_platformlinux-64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pin_run_as_build:
4343
zlib:
4444
max_pin: x.x
4545
python:
46-
- '2.7'
46+
- 3.6.* *_cpython
4747
readline:
4848
- '8.0'
4949
sqlite:

.ci_support/linux_python3.6target_platformlinux-64.yaml renamed to .ci_support/linux_python3.7.____cpythontarget_platformlinux-64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pin_run_as_build:
4343
zlib:
4444
max_pin: x.x
4545
python:
46-
- '3.6'
46+
- 3.7.* *_cpython
4747
readline:
4848
- '8.0'
4949
sqlite:

.ci_support/linux_python3.7target_platformlinux-64.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)