Skip to content

Commit e510938

Browse files
authored
Merge pull request #93 from regro-cf-autotick-bot/rebuild-python312-0-1_h3bde23
Rebuild for python312
2 parents 3831ed3 + 95c6981 commit e510938

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.ci_support/migrations/python312.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ __migrator:
1616
- 3.7.* *_73_pypy
1717
- 3.8.* *_73_pypy
1818
- 3.9.* *_73_pypy
19-
paused: true
20-
use_local: True
19+
paused: false
2120
longterm: True
2221
pr_limit: 20
2322
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
@@ -34,10 +33,10 @@ __migrator:
3433

3534
python:
3635
- 3.12.* *_cpython
36+
channel_sources:
37+
- conda-forge/label/python_rc,conda-forge
3738
# additional entries to add for zip_keys
3839
numpy:
3940
- 1.26
4041
python_impl:
4142
- cpython
42-
channel_sources:
43-
- conda-forge/label/python_rc,conda-forge

.scripts/run_win_build.bat

100644100755
File mode changed.

conda-forge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build_platform:
44
linux_aarch64: linux_64
55
linux_ppc64le: linux_64
66
osx_arm64: osx_64
7+
conda_build:
8+
pkg_format: '2'
79
conda_forge_output_validation: true
810
github:
911
branch_name: main
@@ -13,5 +15,3 @@ provider:
1315
linux_ppc64le: default
1416
win: azure
1517
test_on_native_only: true
16-
conda_build:
17-
pkg_format: '2'

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ source:
1414
sha256: {{ sha256 }}
1515

1616
build:
17-
number: 1
17+
number: 2
1818

1919
requirements:
2020
build:

0 commit comments

Comments
 (0)