Skip to content

Commit 93148f9

Browse files
authored
Merge pull request #14 from regro-cf-autotick-bot/rebuild-python311-0-1_h2550f9
Rebuild for python311
2 parents 1644844 + 7de8018 commit 93148f9

7 files changed

Lines changed: 121 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 0 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 & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
boost_cpp:
2+
- 1.78.0
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '11'
7+
cdt_name:
8+
- cos6
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
cxx_compiler_version:
16+
- '11'
17+
docker_image:
18+
- quay.io/condaforge/linux-anvil-cos7-x86_64
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.11.* *_cpython
27+
target_platform:
28+
- linux-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
migrator_ts: 1666686085
2+
__migrator:
3+
migration_number: 1
4+
operation: key_add
5+
primary_key: python
6+
ordering:
7+
python:
8+
- 3.6.* *_cpython
9+
- 3.7.* *_cpython
10+
- 3.8.* *_cpython
11+
- 3.9.* *_cpython
12+
- 3.10.* *_cpython
13+
- 3.11.* *_cpython # new entry
14+
- 3.6.* *_73_pypy
15+
- 3.7.* *_73_pypy
16+
- 3.8.* *_73_pypy
17+
- 3.9.* *_73_pypy
18+
paused: false
19+
longterm: True
20+
pr_limit: 60
21+
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
22+
exclude:
23+
# this shouldn't attempt to modify the python feedstocks
24+
- python
25+
- pypy3.6
26+
- pypy-meta
27+
- cross-python
28+
- python_abi
29+
exclude_pinned_pkgs: false
30+
31+
python:
32+
- 3.11.* *_cpython
33+
# additional entries to add for zip_keys
34+
numpy:
35+
- 1.23
36+
python_impl:
37+
- cpython
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
boost_cpp:
4+
- 1.78.0
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '14'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- clangxx
15+
cxx_compiler_version:
16+
- '14'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.11.* *_cpython
27+
target_platform:
28+
- osx-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version

README.md

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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 0
15+
number: 1
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)