mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* WIP: ENH: Pixi package definitions for downstream development [skip ci] * linux-64 support * tidy gitignore * respond to review - switch cases on `PYTHON_VARIANT` - remove `minor_version` by using `python3` - remove runtime-only asan options * README updates * use `.md` to preview rendering * Apply suggestions from code review Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> * Apply suggestion from @FFY00 Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> * Apply suggestion from @FFY00 Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> * Apply suggestion from @FFY00 Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> * Apply suggestion from @lucascolley --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
8 lines
194 B
TOML
8 lines
194 B
TOML
[workspace]
|
|
channels = ["https://prefix.dev/conda-forge"]
|
|
platforms = ["osx-arm64", "linux-64"]
|
|
preview = ["pixi-build"]
|
|
|
|
[package.build.backend]
|
|
name = "pixi-build-rattler-build"
|
|
version = "*"
|