Skip to content

Commit 8e56851

Browse files
committed
FIX: Link
1 parent d80d831 commit 8e56851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,8 @@ Currently available packages:
14661466
- exceptiongroup
14671467
- importlib-metadata
14681468

1469+
<a id="abi3">
1470+
14691471
### Packages with abi3 extensions
14701472

14711473
Packages can be built using CPython's stable [`abi3` mode](https://docs.python.org/3/c-api/stable.html) by adding a few conditionals to the `build`, `requirements`, and (optionally) `test` sections. See [this `meta.yaml` example](https://github.com/conda-forge/python-abi3-feedstock/blob/main/recipe/example-meta.yaml) from the `python-abi3-feedstock`, in particular the parts that depend on the `is_abi3`, as well as the relevant [conda-build documentation](https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#python-version-independent-packages).

0 commit comments

Comments
 (0)