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