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

CI: Drop Python 3.3 support #147

Merged
merged 1 commit into from Nov 23, 2018
Merged

CI: Drop Python 3.3 support #147

merged 1 commit into from Nov 23, 2018

Conversation

adrienverge
Copy link
Owner

The pkg_resources package inside setuptools explicitly disallows
Python 3.3
:

if (3, 0) < sys.version_info < (3, 4):
    raise RuntimeError("Python 3.4 or later is required")

It's time to drop support for 3.3.

The `pkg_resources` package inside `setuptools` explicitly [disallows
Python 3.3](pypa/setuptools@7392f01#diff-81de4a30a55fcc3fb944f8387ea9ec94):

    if (3, 0) < sys.version_info < (3, 4):
        raise RuntimeError("Python 3.4 or later is required")

It's time to drop support for 3.3.
@adrienverge adrienverge merged commit ea045c4 into master Nov 23, 2018
@adrienverge adrienverge deleted the test/ci-py3.3 branch November 23, 2018 13:10
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 98.185% when pulling 1ee02d9 on test/ci-py3.3 into c803dd5 on master.

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