miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Home Page:https://pypi.org/project/py7zr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong python versions in azure-pipelines.yml

pmolodo opened this issue · comments

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?