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
Describe the bug
Just happened to look at the recent changes after you merged my MR (thanks!), and happened to notice this in azure_pipelines.yml:
Python38: python.version: '3.9' TOXENV: py39 Python39: python.version: '3.10' TOXENV: py310 Python310: python.version: '3.11' TOXENV: py311
ie, it looks like Python38 maps to 3.9, etc.
I assume this is a typo?
The text was updated successfully, but these errors were encountered:
Update azure-pipelines.yml
3fefd96
- fix typo - resolved #520
Successfully merging a pull request may close this issue.
Describe the bug
Just happened to look at the recent changes after you merged my MR (thanks!), and happened to notice this in azure_pipelines.yml:
ie, it looks like Python38 maps to 3.9, etc.
I assume this is a typo?
The text was updated successfully, but these errors were encountered: