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
Hi, thank you for writing hatch. I really like it a lot.
I have sometimes issues where my library has problems if it is used with a specific python version like 3.12.5.
Is possible to specify a specific patch-release to be used for hatch test?
It would also be useful to specify different versions in a matrix like this:
Automatic installation of patch releases is not possible, but will be eventually. What you can do right now however is manually install what you want and ensure that it is on PATH.
Hi, thank you for writing hatch. I really like it a lot.
I have sometimes issues where my library has problems if it is used with a specific python version like 3.12.5.
Is possible to specify a specific patch-release to be used for
hatch test
?It would also be useful to specify different versions in a matrix like this:
I tried also to install a specific python version but it didn't worked.
> hatch python install 3.12.3 Unknown distributions: 3.12.3
The text was updated successfully, but these errors were encountered: