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

Drops support for Python 3.5 (eol'd as of 13 Sept 2020). #157

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

coddingtonbear
Copy link
Collaborator

Python 3.5 support was EOL'd on 13 September 2020 (see https://endoflife.date/python) and maintaining support for it prevents us from using several nice typing features available in later versions of Python (specifically: type annotations for variables, e.g.: https://github.com/ralphbean/taskw/runs/4915784147?check_suite_focus=true).

I'm also tempted to drop 3.6 support, too, given that it is also past its EOL date and would allow us to use things like forward references and dataclasses, but since it has only been past its EOL for a month, I don't want to do that without some discussion with the other maintainers.

@coddingtonbear coddingtonbear changed the title Drops support for Python 3.5 (eol'd nearly 13 Sept 2020). Drops support for Python 3.5 (eol'd as of 13 Sept 2020). Jan 24, 2022
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 this pull request may close these issues.

1 participant