Skip to content

Commit

Permalink
Rebuild for PyPy3.7 for windows (#38)
Browse files Browse the repository at this point in the history
* 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
3 people authored Sep 2, 2021
1 parent f1f187d commit 0800808
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions .ci_support/migrations/pypy37-windows.yaml
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]
16 changes: 16 additions & 0 deletions .ci_support/win_64_python3.7.____73_pypy.yaml
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
7 changes: 7 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0800808

Please sign in to comment.