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: add python 3.8 testing #56

Closed
wants to merge 2 commits into from
Closed

Conversation

klauer
Copy link
Contributor

@klauer klauer commented May 27, 2020

Testing on Python 2.7 is failing as the codebase uses a considerable amount of f-strings. Removed that and added Python 3.8.

@prjemian
Copy link
Contributor

I'm OK for adding python 3.8 testing but despite the py27 EOL, we should maintain ability to use that. The f strings can be converted. Any other incompatibilities with py27?

.travis.yml Show resolved Hide resolved
.travis.yml Show resolved Hide resolved
Copy link
Contributor

@prjemian prjemian left a comment

Choose a reason for hiding this comment

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

I'll change the f strings after this is merged

@klauer
Copy link
Contributor Author

klauer commented May 27, 2020

Sad to hear you still want to support 2.7.

There may be other things required to support it, but I didn't look into them. I'll push another commit re-adding it to CI in a bit.

@prjemian
Copy link
Contributor

Thanks.

@klauer klauer changed the title CI: remove python 2.7 testing; add python 3.8 testing CI: add python 3.8 testing May 27, 2020
@klauer klauer closed this Jun 30, 2020
@klauer klauer deleted the ci_remove_py27 branch March 18, 2021 23: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.

2 participants