-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebuild for PyPy3.7 for windows (#38)
* Rebuild for PyPy3.7 for windows * MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.3, and conda-forge-pinning 2021.06.29.05.53.46 * MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.12, and conda-forge-pinning 2021.08.31.17.13.10 Co-authored-by: conda-forge-linter <[email protected]> Co-authored-by: Edgar Andrés Margffoy Tuay <[email protected]>
- Loading branch information
1 parent
f1f187d
commit 0800808
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
migrator_ts: 1623865877 | ||
__migrator: | ||
migration_number: 1 | ||
operation: key_add | ||
primary_key: python | ||
ordering: | ||
python: | ||
- 3.6.* *_cpython | ||
- 3.7.* *_cpython | ||
- 3.8.* *_cpython | ||
- 3.9.* *_cpython | ||
- 3.6.* *_73_pypy | ||
- 3.7.* *_73_pypy # new entry | ||
paused: False | ||
longterm: True | ||
pr_limit: 6 | ||
bump_number: 0 | ||
wait_for_migrators: | ||
- pypy37 | ||
commit_message: "Rebuild for PyPy3.7 for windows" | ||
exclude: | ||
# this shouldn't attempt to modify the python feedstocks | ||
- python | ||
- pypy3.6 | ||
- pypy-meta | ||
|
||
python: # [win] | ||
- 3.7.* *_73_pypy # [win] | ||
# additional entries to add for zip_keys | ||
numpy: # [win] | ||
- 1.19 # [win] | ||
python_impl: # [win] | ||
- pypy # [win] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
c_compiler: | ||
- vs2019 | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- vs2019 | ||
pin_run_as_build: | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- 3.7.* *_73_pypy | ||
target_platform: | ||
- win-64 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.