I'm wondering, would it make sense to support a SpecifierSet, such as >=3.10, and select the best version of Python available based on that? I think it might be interesting for supporting requires-python inside PEP 723, for example. I think you could detect the =>< chars which are not currently used. CC wntrblm/nox#814.
Just a thought, feel free to close if it's not a good idea! :)
I'm wondering, would it make sense to support a SpecifierSet, such as
>=3.10, and select the best version of Python available based on that? I think it might be interesting for supportingrequires-pythoninside PEP 723, for example. I think you could detect the=><chars which are not currently used. CC wntrblm/nox#814.Just a thought, feel free to close if it's not a good idea! :)