We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
this seems not to work currently.
the pyproject.toml
toml = [ "tomli; python_version < '3.11'" ]
but without tomli nothing will be parsed, because nowhere the python 3.11 stdlib tomlib gets imported and used.
The text was updated successfully, but these errors were encountered:
Does #2715 help?
Sorry, something went wrong.
i cant test right now, but code looks good.
Successfully merging a pull request may close this issue.
Hi,
this seems not to work currently.
the pyproject.toml
but without tomli nothing will be parsed, because nowhere the python 3.11 stdlib tomlib gets imported and used.
The text was updated successfully, but these errors were encountered: