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
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! :)
The text was updated successfully, but these errors were encountered:
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-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! :)
The text was updated successfully, but these errors were encountered: