python
| Version | 2026.144.1443 |
| Repo | superproject |
A CPython 3.13 interpreter provided as a pixi-managed conda-forge environment. The python candy ships a pixi.toml that pins python >=3.13,<3.14 from conda-forge. A pixi builder stage materializes the environment at ~/.pixi/envs/default, so the CPython interpreter lands at a fixed, PATH-contributed path. It is verifiable by file existence, the version it reports, and by running real standard-library code through it.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the pixi-managed CPython interpreter exists at the default environment bin path |
check |
the interpreter reports a CPython 3.13 version |
check |
the interpreter executes a standard-library snippet (incl. the sqlite3 C extension) and reports major.minor 3 13 |