Skip to content

Commit d81118d

Browse files
Rebuild for python311
1 parent cfad1cc commit d81118d

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed
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: 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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
sha256: 6c88b85468f2961c04a16da727cf9af77f6130806c558a8416ca84f950c231a8
1111

1212
build:
13-
number: 3
13+
number: 4
1414
script: {{ PYTHON }} -m pip install . -vv
1515

1616
requirements:

0 commit comments

Comments
 (0)