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

Add support for Python 3.6 and 3.7. #2

Merged
merged 8 commits into from
Nov 7, 2018
Merged

Add support for Python 3.6 and 3.7. #2

merged 8 commits into from
Nov 7, 2018

Conversation

icemac
Copy link
Member

@icemac icemac commented Oct 19, 2018

  • Drop support for Python 3.3 and 3.4.
  • Drop support for python setup.py test.

* Drop support for Python 3.3 and 3.4.
* Drop support for `python setup.py test`.
@icemac icemac requested a review from sallner October 19, 2018 15:17
@icemac icemac self-assigned this Oct 19, 2018
.travis.yml Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
Copy link
Member

@mgedmin mgedmin left a comment

Choose a reason for hiding this comment

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

LGTM if you drop the obsolete pythons from .travis.yml.

The test failures are due to recent persistent object __repr__ changes by @jamadden. I think it would be simplest to roll along with it and update the tests to expect the new format. At least it's builtin.<class name> on both Python 2.7 and 3.x.

.travis.yml Outdated Show resolved Hide resolved
Copy link
Member

@mgedmin mgedmin left a comment

Choose a reason for hiding this comment

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

LGTM


global-exclude *.pyc
recursive-include src *.txt
recursive-include src *.zcml
Copy link
Member

Choose a reason for hiding this comment

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

💯

@icemac icemac merged commit 84ffc67 into master Nov 7, 2018
@icemac icemac deleted the py37 branch November 7, 2018 08:22
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

3 participants