Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions modules/mintmaker/pages/support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ of certain managers. It is intended to supply xref:mintmaker:user.adoc#available
== Python dependencies

|===
| *Manager / Python version* | *3.9* | *3.10* | *3.11* | *3.12* | *3.13*
| poetry | ✔ | ✔ | ✔ | ✔ | ✔
| pdm | ✔ | ✔ | ✔ | ✔ | ✔
| pip-compile footnote:[pip-tools is installed using Python 3.12 and cannot be invoked for any other Python version] | - | - | - | ✔ | -
| pipenv footnote:[Only `python_version` is supported, `python_full_version` can fail for specific Python versions] | ✔ | ✔ | ✔ | ✔ | ✔
| uv footnote:[uv supports any Python version by installing it at runtime] | ✔ | ✔ | ✔ | ✔ | ✔
| *Manager / Python version* | *3.9* | *3.10* | *3.11* | *3.12* | *3.13* | *3.14*
| poetry | ✔ | ✔ | ✔ | ✔ | ✔ | ✔
| pdm | ✔ | ✔ | ✔ | ✔ | ✔ | ✔
| pip-compile footnote:[pip-tools is installed using Python 3.12 and cannot be invoked for any other Python version] | - | - | - | ✔ | - | -
| pipenv footnote:[Only `python_version` is supported, `python_full_version` can fail for specific Python versions] | ✔ | ✔ | ✔ | ✔ | ✔ | ✔
| uv footnote:[uv supports any Python version by installing it at runtime] | ✔ | ✔ | ✔ | ✔ | ✔ | ✔
|===

- Only minor versions (e.g. 3.13) are generally supported, patch versions (e.g. 3.13.4) are not
Expand Down
Loading