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 EOL Python 2.7 - 3.4 #384

Merged
merged 5 commits into from Mar 22, 2019
Merged

Drop support for EOL Python 2.7 - 3.4 #384

merged 5 commits into from Mar 22, 2019

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Mar 17, 2019

Fixes #383.

Python 3.4 went EOL yesterday (2019-03-16).

@@ -1,9 +1,7 @@
dist: xenial
sudo: false
Copy link
Owner

Choose a reason for hiding this comment

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

I prefer to run with sudo: false. Is that the default now? If so, I'd like to make that change in jaraco/skeleton.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The sudo: false env is no longer available and the sudo keyword is fully deprecated:

Would you like me to remove this commit?

Copy link
Owner

Choose a reason for hiding this comment

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

Fine to leave it as submitted. Thanks for the reference.

@@ -80,7 +80,7 @@ def set_password(self, service, username, password):
"service": service,
"username": username
}
label = "Password for '%s' on '%s'" % (username, service)
label = "Password for '{}' on '{}'".format(username, service)
Copy link
Owner

Choose a reason for hiding this comment

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

I probably would have deferred these compatible changes for another time, as it's more about style than compatibility, but happy to accept with them.

Copy link
Owner

@jaraco jaraco left a comment

Choose a reason for hiding this comment

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

All this needs now is a CHANGES.txt entry with a 1.x bump.

@hugovk
Copy link
Contributor Author

hugovk commented Mar 19, 2019

All this needs now is a CHANGES.txt entry with a 1.x bump.

Updated!

@jaraco jaraco merged commit b41eda7 into jaraco:master Mar 22, 2019
@hugovk hugovk deleted the rm-eol branch March 22, 2019 22:48
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.

None yet

2 participants