File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ __migrator:
16
16
- 3.7.* *_73_pypy
17
17
- 3.8.* *_73_pypy
18
18
- 3.9.* *_73_pypy
19
- paused : true
20
- use_local : True
19
+ paused : false
21
20
longterm : True
22
21
pr_limit : 20
23
22
max_solver_attempts : 3 # this will make the bot retry "not solvable" stuff 12 times
@@ -34,10 +33,10 @@ __migrator:
34
33
35
34
python :
36
35
- 3.12.* *_cpython
36
+ channel_sources :
37
+ - conda-forge/label/python_rc,conda-forge
37
38
# additional entries to add for zip_keys
38
39
numpy :
39
40
- 1.26
40
41
python_impl :
41
42
- cpython
42
- channel_sources :
43
- - conda-forge/label/python_rc,conda-forge
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ build_platform:
4
4
linux_aarch64 : linux_64
5
5
linux_ppc64le : linux_64
6
6
osx_arm64 : osx_64
7
+ conda_build :
8
+ pkg_format : ' 2'
7
9
conda_forge_output_validation : true
8
10
github :
9
11
branch_name : main
@@ -13,5 +15,3 @@ provider:
13
15
linux_ppc64le : default
14
16
win : azure
15
17
test_on_native_only : true
16
- conda_build :
17
- pkg_format : ' 2'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ source:
14
14
sha256 : {{ sha256 }}
15
15
16
16
build :
17
- number : 1
17
+ number : 2
18
18
19
19
requirements :
20
20
build :
You can’t perform that action at this time.
0 commit comments