Skip to content

Commit

Permalink
Merge pull request #6896 from isuruf/abi3
Browse files Browse the repository at this point in the history
Add is_abi3 and is_python_min helper variables
  • Loading branch information
isuruf authored Jan 6, 2025
2 parents d8cab83 + 9dbd44f commit 87153f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 10 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ zip_keys:
- python
- numpy
- python_impl
- is_python_min
-
- libarrow
- libarrow_all
Expand Down Expand Up @@ -836,13 +837,13 @@ pulseaudio_daemon:
pybind11_abi:
- 4
python:
# part of a zip_keys: python, python_impl, numpy
# part of a zip_keys: python, python_impl, numpy, is_python_min
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
# part of a zip_keys: python, python_impl, numpy, is_python_min
- cpython
- cpython
- cpython
Expand All @@ -853,6 +854,13 @@ python_min:
- '3.9'
is_freethreading:
- false
is_python_min:
- true
- false
- false
- false
is_abi3:
- true
# Keep in sync with libtorch
pytorch:
- '2.4'
Expand Down
2 changes: 2 additions & 0 deletions recipe/migrations/python313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ numpy:
- 2
python_impl:
- cpython
is_python_min:
- false
5 changes: 5 additions & 0 deletions recipe/migrations/python313t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ __migrator:
additional_zip_keys:
- channel_sources
- is_freethreading
- is_abi3
wait_for_migrators:
- python313

Expand All @@ -48,3 +49,7 @@ python_impl:
- cpython
is_freethreading:
- true
is_python_min:
- false
is_abi3:
- false

0 comments on commit 87153f2

Please # to comment.