Skip to content

Commit 7905b4e

Browse files
authored
Merge pull request #11 from regro-cf-autotick-bot/rebuild-python311-0-1_h3df64e
Rebuild for python311
2 parents f50646d + b362b52 commit 7905b4e

26 files changed

+120
-173
lines changed

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

Lines changed: 2 additions & 2 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: 3 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-win.yml

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

.ci_support/linux_64_python3.7.____cpython.yaml renamed to .ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pin_run_as_build:
1919
min_pin: x.x
2020
max_pin: x.x
2121
python:
22-
- 3.7.* *_cpython
22+
- 3.11.* *_cpython
2323
target_platform:
2424
- linux-64
2525
zip_keys:

.ci_support/migrations/pypy37-windows.yaml

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

.ci_support/migrations/pypy37.yaml

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

.ci_support/migrations/python310.yaml renamed to .ci_support/migrations/python311.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
migrator_ts: 1634137107
1+
migrator_ts: 1666686085
22
__migrator:
33
migration_number: 1
44
operation: key_add
@@ -9,12 +9,16 @@ __migrator:
99
- 3.7.* *_cpython
1010
- 3.8.* *_cpython
1111
- 3.9.* *_cpython
12-
- 3.10.* *_cpython # new entry
12+
- 3.10.* *_cpython
13+
- 3.11.* *_cpython # new entry
1314
- 3.6.* *_73_pypy
1415
- 3.7.* *_73_pypy
16+
- 3.8.* *_73_pypy
17+
- 3.9.* *_73_pypy
1518
paused: false
1619
longterm: True
17-
pr_limit: 40
20+
pr_limit: 60
21+
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times
1822
exclude:
1923
# this shouldn't attempt to modify the python feedstocks
2024
- python
@@ -25,9 +29,9 @@ __migrator:
2529
exclude_pinned_pkgs: false
2630

2731
python:
28-
- 3.10.* *_cpython
32+
- 3.11.* *_cpython
2933
# additional entries to add for zip_keys
3034
numpy:
31-
- 1.21
35+
- 1.23
3236
python_impl:
3337
- cpython

.ci_support/osx_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '12'
6+
- '14'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '14'
1515
macos_machine:
1616
- x86_64-apple-darwin13.4.0
1717
pin_run_as_build:

.ci_support/osx_64_python3.7.____cpython.yaml renamed to .ci_support/osx_64_python3.11.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '12'
6+
- '14'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '14'
1515
macos_machine:
1616
- x86_64-apple-darwin13.4.0
1717
pin_run_as_build:
1818
python:
1919
min_pin: x.x
2020
max_pin: x.x
2121
python:
22-
- 3.7.* *_cpython
22+
- 3.11.* *_cpython
2323
target_platform:
2424
- osx-64
2525
zip_keys:

.ci_support/osx_64_python3.8.____73_pypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
33
c_compiler:
44
- clang
55
c_compiler_version:
6-
- '12'
6+
- '14'
77
channel_sources:
88
- conda-forge
99
channel_targets:
1010
- conda-forge main
1111
cxx_compiler:
1212
- clangxx
1313
cxx_compiler_version:
14-
- '12'
14+
- '14'
1515
macos_machine:
1616
- x86_64-apple-darwin13.4.0
1717
pin_run_as_build:

0 commit comments

Comments
 (0)