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

drop support for python 3.5 #341

Merged
merged 2 commits into from
Oct 23, 2020
Merged

drop support for python 3.5 #341

merged 2 commits into from
Oct 23, 2020

Conversation

aaronayres35
Copy link
Contributor

fixes #313

This PR simply updates the setup.py script in two places and adds a short message to CHANGES.txt mentioning support for python <= 3.5 is dropped

@@ -272,8 +272,6 @@ def get_long_description():
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also add 3.9 here.

@rahulporuri
Copy link
Contributor

The README also needs to be updated - https://github.com/enthought/envisage#prerequisites

Copy link
Member

@mdickinson mdickinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronayres35 aaronayres35 merged commit aadc73d into master Oct 23, 2020
@aaronayres35 aaronayres35 deleted the drop-python35 branch October 23, 2020 13:25
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.

Drop support for Python 3.5 and lower.
3 participants