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 python3.7 support #8

Closed
wants to merge 7 commits into from
Closed

Add python3.7 support #8

wants to merge 7 commits into from

Conversation

marado
Copy link

@marado marado commented Sep 30, 2019

This branch also happens to actually fix the current travis configuration.

We just need to announce the support, as there are no code changes needed in
order to make it work.
@coveralls
Copy link

coveralls commented Sep 30, 2019

Coverage Status

Coverage decreased (-0.1%) to 77.087% when pulling 5d259c6 on marado:develop into 1a15d22 on radiac:develop.

The previous commit was incomplete.
Travis builds aren't doing what they were supposed to: while there's a a test
with a TOXENV for each of the python versions, they are being actually tested
with Python 3.6.

For eg.: https://travis-ci.org/radiac/mara/builds/437932931 has four tests:
38.1	Python: 3.6	TOXENV=py27	44 sec
38.2	Python: 3.6	TOXENV=py34	44 sec
38.3	Python: 3.6	TOXENV=py36	44 sec
38.4	Python: 3.5	TOXENV=py35	52 sec

This patch is meant to fix that.
Due to python 2.7's EOL, pip in the test environment will fail, with the
message:

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 won't be maintained after that date. A
future version of pip will drop support for Python 2.7.
revert line removal that was there by mistake
@radiac radiac deleted the branch radiac:develop April 6, 2022 20:52
@radiac radiac closed this Apr 6, 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.

None yet

3 participants