Skip to content

Commit 1148dd8

Browse files
Rebuild for python311
1 parent 1644844 commit 1148dd8

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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: 3 # this will make the bot retry "not solvable" stuff 12 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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 0
15+
number: 1
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)