Skip to content

Commit 75969a9

Browse files
authored
Merge pull request #23 from regro-cf-autotick-bot/rebuild-python312-0-1_h3ef16f
Rebuild for python312
2 parents ffc9de6 + 36505db commit 75969a9

24 files changed

Lines changed: 200 additions & 1 deletion

.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.

.azure-pipelines/azure-pipelines-win.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.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ target_platform:
2929
zip_keys:
3030
- - c_compiler_version
3131
- cxx_compiler_version
32+
- - python
33+
- channel_sources

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ target_platform:
2929
zip_keys:
3030
- - c_compiler_version
3131
- cxx_compiler_version
32+
- - python
33+
- channel_sources
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
boost_cpp:
2+
- 1.78.0
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '12'
7+
cdt_name:
8+
- cos6
9+
channel_sources:
10+
- conda-forge/label/python_rc,conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
cxx_compiler_version:
16+
- '12'
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.12.* *_cpython
27+
target_platform:
28+
- linux-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version
32+
- - python
33+
- channel_sources

.ci_support/linux_64_python3.8.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ target_platform:
2929
zip_keys:
3030
- - c_compiler_version
3131
- cxx_compiler_version
32+
- - python
33+
- channel_sources

.ci_support/linux_64_python3.9.____73_pypy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ target_platform:
2929
zip_keys:
3030
- - c_compiler_version
3131
- cxx_compiler_version
32+
- - python
33+
- channel_sources

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ target_platform:
2929
zip_keys:
3030
- - c_compiler_version
3131
- cxx_compiler_version
32+
- - python
33+
- channel_sources
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
migrator_ts: 1695046563
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
14+
- 3.12.* *_cpython # new entry
15+
- 3.6.* *_73_pypy
16+
- 3.7.* *_73_pypy
17+
- 3.8.* *_73_pypy
18+
- 3.9.* *_73_pypy
19+
paused: false
20+
longterm: True
21+
pr_limit: 30
22+
max_solver_attempts: 5 # this will make the bot retry "not solvable" stuff 5 times
23+
exclude:
24+
# this shouldn't attempt to modify the python feedstocks
25+
- python
26+
- pypy3.6
27+
- pypy-meta
28+
- cross-python
29+
- python_abi
30+
exclude_pinned_pkgs: false
31+
additional_zip_keys:
32+
- channel_sources
33+
34+
python:
35+
- 3.12.* *_cpython
36+
channel_sources:
37+
- conda-forge/label/python_rc,conda-forge
38+
# additional entries to add for zip_keys
39+
numpy:
40+
- 1.26
41+
python_impl:
42+
- cpython

0 commit comments

Comments
 (0)