Skip to content

Commit f28c48a

Browse files
regro-cf-autotick-both-vetinari
authored andcommitted
Rebuild for python310
1 parent b69d444 commit f28c48a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.ci_support/migrations/python310.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
migrator_ts: 1634137107
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 # new entry
13+
- 3.6.* *_73_pypy
14+
- 3.7.* *_73_pypy
15+
paused: false
16+
longterm: True
17+
pr_limit: 40
18+
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times
19+
exclude:
20+
# this shouldn't attempt to modify the python feedstocks
21+
- python
22+
- pypy3.6
23+
- pypy-meta
24+
- cross-python
25+
- python_abi
26+
exclude_pinned_pkgs: false
27+
28+
python:
29+
- 3.10.* *_cpython
30+
# additional entries to add for zip_keys
31+
numpy:
32+
- 1.21
33+
python_impl:
34+
- cpython

0 commit comments

Comments
 (0)