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
as per comment , I'm opening a new issue regarding TOX env with dot inside:
[tox:tox] isolated_build = true envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build
looking at the code, a new elif branch should be put here, something like:
elif env.startswith('py') and '.' in env: return Version.from_string(f'{env[2]}.{env[4:]}')
next week I could start a PR on this topic.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
as per comment , I'm opening a new issue regarding TOX env with dot inside:
looking at the code, a new elif branch should be put here, something like:
next week I could start a PR on this topic.
The text was updated successfully, but these errors were encountered: