Skip to content

Commit 75fd64c

Browse files
committed
ENH: Update
1 parent d39dad8 commit 75fd64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,9 +1717,9 @@ add some information on r packages which make heavy use of `noarch: generic`
17171717

17181718
:::
17191719

1720-
#### Noarch packages with abi3 extensions
1720+
#### Packages with abi3 extensions
17211721

1722-
It is not currently officially supported to build packages using CPython's stable [`abi3` mode](https://docs.python.org/3/c-api/stable.html), but support is being tracked in [conda-forge/conda-forge.github.io#1865](https://github.com/conda-forge/conda-forge.github.io/issues/1865) and [CEP 20](https://github.com/conda/ceps/blob/main/cep-0020.md).
1722+
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).
17231723

17241724
## Multi-output recipes
17251725

0 commit comments

Comments
 (0)