You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
When adding CI config with usethis ci we usually want a version matrix to test across multiple versions of Python. We need a way to get the relevant versions to add to the matrix.
Summary of desired feature
A function which reads pyproject.toml in the [project.requires-python] section to determine the python version matrix.
Alternatively, it could use the uv lockfile to get this info, or another uv interface.
The text was updated successfully, but these errors were encountered:
Motivation
When adding CI config with
usethis ci
we usually want a version matrix to test across multiple versions of Python. We need a way to get the relevant versions to add to the matrix.Summary of desired feature
A function which reads
pyproject.toml
in the[project.requires-python]
section to determine the python version matrix.Alternatively, it could use the
uv
lockfile to get this info, or anotheruv
interface.The text was updated successfully, but these errors were encountered: