Skip to content

Commit b5f0fdb

Browse files
authored
Merge pull request #79 from regro-cf-autotick-bot/rebuild-python312-0-1_hc9e5b2
Rebuild for python312
2 parents 8d44c84 + 798e858 commit b5f0fdb

File tree

5 files changed

+97
-1
lines changed

5 files changed

+97
-1
lines changed

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

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
coincbc:
16+
- '2.10'
17+
cxx_compiler:
18+
- gxx
19+
cxx_compiler_version:
20+
- '12'
21+
docker_image:
22+
- quay.io/condaforge/linux-anvil-cos7-x86_64
23+
glib:
24+
- '2'
25+
hdf5:
26+
- 1.14.3
27+
libboost_devel:
28+
- '1.84'
29+
liblapack:
30+
- 3.9 *netlib
31+
libxml2:
32+
- '2'
33+
pin_run_as_build:
34+
python:
35+
min_pin: x.x
36+
max_pin: x.x
37+
python:
38+
- 3.12.* *_cpython
39+
sqlite:
40+
- '3'
41+
target_platform:
42+
- linux-64
43+
zip_keys:
44+
- - c_compiler_version
45+
- cxx_compiler_version
46+
- - c_stdlib_version
47+
- cdt_name

.ci_support/migrations/python312.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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: 6 # this will make the bot retry "not solvable" stuff 6 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+
32+
python:
33+
- 3.12.* *_cpython
34+
# additional entries to add for zip_keys
35+
numpy:
36+
- 1.26
37+
python_impl:
38+
- cpython

README.md

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
git_rev: 1.6.0
1010

1111
build:
12-
number: 1
12+
number: 2
1313
skip: True # [win or osx or py<=27]
1414
detect_binary_files_with_prefix: true
1515
preserve_egg_dir: True

0 commit comments

Comments
 (0)