Skip to content
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

Testing an abi3 build #41

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
24 changes: 4 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.yml

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

32 changes: 4 additions & 28 deletions .azure-pipelines/azure-pipelines-osx.yml

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

20 changes: 4 additions & 16 deletions .azure-pipelines/azure-pipelines-win.yml

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

18 changes: 0 additions & 18 deletions .ci_support/linux_64_python3.10.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/linux_64_python3.11.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/linux_64_python3.12.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
rust_compiler:
- rust
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
rust_compiler:
- rust
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
18 changes: 0 additions & 18 deletions .ci_support/linux_64_python3.9.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_64_python3.10.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_64_python3.11.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_64_python3.12.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
rust_compiler:
- rust
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
rust_compiler:
- rust
target_platform:
- osx-64
zip_keys:
- - python
- python_impl
18 changes: 0 additions & 18 deletions .ci_support/osx_64_python3.9.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_python3.12.____cpython.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
rust_compiler:
- rust
target_platform:
- osx-arm64
zip_keys:
- - python
- python_impl
18 changes: 0 additions & 18 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml

This file was deleted.

Loading
Loading