Skip to content

Commit 997037d

Browse files
authored
Merge pull request #68 from regro-cf-autotick-bot/rebuild-pypy37-windows-0-1_h53481f
Rebuild for PyPy3.7 for windows
2 parents 99086e8 + 7fae962 commit 997037d

22 files changed

+160
-264
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.6.____73_pypypython_implpypy.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.ci_support/linux_aarch64_python3.6.____73_pypypython_implpypy.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.ci_support/migrations/pypy.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
migrator_ts: 1623865877
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.6.* *_73_pypy
13+
- 3.7.* *_73_pypy # new entry
14+
paused: False
15+
longterm: True
16+
pr_limit: 6
17+
bump_number: 0
18+
wait_for_migrators:
19+
- pypy37
20+
commit_message: "Rebuild for PyPy3.7 for windows"
21+
exclude:
22+
# this shouldn't attempt to modify the python feedstocks
23+
- python
24+
- pypy3.6
25+
- pypy-meta
26+
27+
python: # [win]
28+
- 3.7.* *_73_pypy # [win]
29+
# additional entries to add for zip_keys
30+
numpy: # [win]
31+
- 1.19 # [win]
32+
python_impl: # [win]
33+
- pypy # [win]

.ci_support/migrations/python39.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.ci_support/osx_64_python3.6.____73_pypypython_implpypy.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.ci_support/win_64_python3.6.____cpython.yaml renamed to .ci_support/win_64_python3.6.____cpythonpython_implcpython.yaml

File renamed without changes.

0 commit comments

Comments
 (0)