WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Drop support for Python 2 #401

@mjs

Description

@mjs

Python 2 is no longer supported upstream. I propose that the next major release of IMAPClient (3.0) no longer supports Python 3. This could coincide with the imaplib removal changes in #400.

If we go ahead with this, the following changes should be made:

  • Release all unreleased changes as the final Python 2 supporting version
  • Update the docs and README to mention the last version of IMAPClient that does support Python 2
  • Update setup.py
  • Update .travis.yml
  • Remove the use of six and hacks to support a mixed 2/3 codebase (this can be done gradually)

@NicolasLM what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions