Skip to content
New issue

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

Wrong python versions in azure-pipelines.yml #520

Closed
pmolodo opened this issue May 19, 2023 · 0 comments · Fixed by #523
Closed

Wrong python versions in azure-pipelines.yml #520

pmolodo opened this issue May 19, 2023 · 0 comments · Fixed by #523

Comments

@pmolodo
Copy link
Contributor

pmolodo commented May 19, 2023

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?

@pmolodo pmolodo changed the title Wrong pythong versions in azure-pipelines.yml Wrong python versions in azure-pipelines.yml May 19, 2023
miurahr added a commit that referenced this issue Jul 1, 2023
- fix typo 
- resolved #520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant