Replies: 1 comment
-
I'm having a similar problem trying to test against PyPy 3.11. Based on the virtual environment docs, I expected that setting Hatch output:
Hatch test matrix from # ...
[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.10", "3.11", "3.12", "3.13", "pypy3.10", "pypy3.11"]
# ... Does anyone have a working example of Hatch using a custom Python distribution which we could examine? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I read
https://hatch.pypa.io/latest/how-to/python/custom/
https://hatch.pypa.io/latest/tutorials/python/manage/
but its not quite clear for me how to use this i tried this in hatch.toml:
Afterwards i was expecting to be able to install it via
hatch python install pyir3.12
but its not available
Beta Was this translation helpful? Give feedback.
All reactions