Skip to content

Rebuild for PyPy3.8 and PyPy3.9 #717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -59,7 +60,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -81,6 +90,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -59,7 +60,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -81,6 +90,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -63,7 +64,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -85,6 +94,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -63,7 +64,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -85,6 +94,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -59,7 +60,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -81,6 +90,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -59,7 +60,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -81,6 +90,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
53 changes: 53 additions & 0 deletions .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
migrator_ts: 1647123563
__migrator:
migration_number: 1
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: False
longterm: True
use_local: False
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 10
bump_number: 1
wait_for_migrators:
- python310
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python:
- 3.7.* *_cpython # [not (osx and arm64)]
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.8.* *_73_pypy # [not (osx and arm64)]
- 3.9.* *_73_pypy # [not (osx and arm64)]
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.19 # [not (osx and arm64)]
- 1.19
- 1.19
- 1.21
- 1.19 # [not (osx and arm64)]
- 1.19 # [not (osx and arm64)]
python_impl:
- cpython # [not (osx and arm64)]
- cpython
- cpython
- cpython
- pypy # [not (osx and arm64)]
- pypy # [not (osx and arm64)]
10 changes: 10 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -55,7 +56,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -71,6 +80,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,10 @@ lz4_c:
- 1.9.3
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '1.22'
- '1.23'
- '1.26'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
- 1.9.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -69,8 +53,6 @@ zip_keys:
- cxx_compiler_version
- - libgrpc
- libprotobuf
- - python
- numpy
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -55,7 +56,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -71,6 +80,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ numpy:
- '1.26'
- '1.22'
- '1.22'
- '1.22'
openssl:
- '3'
orc:
Expand All @@ -55,7 +56,15 @@ python:
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- pypy
- cpython
re2:
- 2023.06.02
snappy:
Expand All @@ -71,6 +80,7 @@ zip_keys:
- libprotobuf
- - python
- numpy
- python_impl
zlib:
- '1.2'
zstd:
Expand Down
Loading