Skip to content

Commit 9e0e1ea

Browse files
Rebuild for python312 (conda-forge#43)
automerged PR by conda-forge/automerge-action
2 parents 8002505 + d1fa38b commit 9e0e1ea

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

.ci_support/linux_64_.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pybind11_abi:
3131
python:
3232
- 3.10.* *_cpython
3333
- 3.11.* *_cpython
34+
- 3.12.* *_cpython
3435
- 3.8.* *_cpython
3536
- 3.9.* *_cpython
3637
spdlog:
Lines changed: 38 additions & 0 deletions
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

.ci_support/osx_64_.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pybind11_abi:
3131
python:
3232
- 3.10.* *_cpython
3333
- 3.11.* *_cpython
34+
- 3.12.* *_cpython
3435
- 3.8.* *_cpython
3536
- 3.9.* *_cpython
3637
spdlog:

.ci_support/osx_arm64_.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pybind11_abi:
3131
python:
3232
- 3.10.* *_cpython
3333
- 3.11.* *_cpython
34+
- 3.12.* *_cpython
3435
- 3.8.* *_cpython
3536
- 3.9.* *_cpython
3637
spdlog:

.ci_support/win_64_.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pybind11_abi:
2323
python:
2424
- 3.10.* *_cpython
2525
- 3.11.* *_cpython
26+
- 3.12.* *_cpython
2627
- 3.8.* *_cpython
2728
- 3.9.* *_cpython
2829
spdlog:

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ outputs:
5858
- qhull
5959
- libopencv
6060
- pcl >1.12
61+
# transitive public dependency of pcl
62+
- vtk-base
6163
- liblie-group-controllers
6264
- libunicycle-footstep-planner
6365
- librealsense # [not win]
@@ -117,6 +119,7 @@ outputs:
117119
- idyntree
118120
- fmt
119121
- spdlog
122+
- libopencv
120123
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/issues/37
121124
- libmatio-cpp
122125
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/42#issuecomment-1804057782

0 commit comments

Comments
 (0)