=3.8.1,<3.9" I know this does not specify what Python version is added to the wheel file na" /> =3.8.1,<3.9" I know this does not specify what Python version is added to the wheel file na" /> =3.8.1,<3.9" I know this does not specify what Python version is added to the wheel file na"/>

How to specify the Python version such that it is added to the wheel file name?

187 Views Asked by At

I have this in my pyproject.toml file:

requires-python = ">=3.8.1,<3.9"

I know this does not specify what Python version is added to the wheel file name, but I cannot figure out how to do it using hatch build.

0

There are 0 best solutions below