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

Remove support for python 2.7 #139

Merged
merged 2 commits into from
Oct 10, 2021
Merged

Remove support for python 2.7 #139

merged 2 commits into from
Oct 10, 2021

Commits on Sep 17, 2021

  1. build(deps-dev): bump pylint from 2.10.2 to 2.11.1

    Bumps [pylint](https://github.com/PyCQA/pylint) from 2.10.2 to 2.11.1.
    - [Release notes](https://github.com/PyCQA/pylint/releases)
    - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
    - [Commits](pylint-dev/pylint@v2.10.2...v2.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6f8cd80 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Remove support for python 2.7

    It's long since not supported, so it's time. Remove the python2.7 bits, and add
    python 3.10 to the azure config.
    
    Also cleaned up some pylint-related bits that were just in place for 2.7 support.
    wwade committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    ee23258 View commit details
    Browse the repository at this point in the history