File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ migrator_ts : 1666686085
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 # new entry
14
+ - 3.6.* *_73_pypy
15
+ - 3.7.* *_73_pypy
16
+ - 3.8.* *_73_pypy
17
+ - 3.9.* *_73_pypy
18
+ paused : false
19
+ longterm : True
20
+ pr_limit : 60
21
+ max_solver_attempts : 10 # this will make the bot retry "not solvable" stuff 10 times
22
+ exclude :
23
+ # this shouldn't attempt to modify the python feedstocks
24
+ - python
25
+ - pypy3.6
26
+ - pypy-meta
27
+ - cross-python
28
+ - python_abi
29
+ exclude_pinned_pkgs : false
30
+
31
+ python :
32
+ - 3.11.* *_cpython
33
+ # additional entries to add for zip_keys
34
+ numpy :
35
+ - 1.23
36
+ python_impl :
37
+ - cpython
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source:
10
10
sha256 : 6c88b85468f2961c04a16da727cf9af77f6130806c558a8416ca84f950c231a8
11
11
12
12
build :
13
- number : 3
13
+ number : 4
14
14
script : {{ PYTHON }} -m pip install . -vv
15
15
16
16
requirements :
You can’t perform that action at this time.
0 commit comments