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

Require Python 3.6 or newer, use f-strings and variable type annotation syntax #329

Merged
merged 7 commits into from Aug 5, 2019

Conversation

mmaslowskicc
Copy link
Contributor

Fixes #314

@coveralls
Copy link

coveralls commented Aug 2, 2019

Coverage Status

Coverage increased (+0.1%) to 92.176% when pulling e7b1f83 on mmaslowskicc:issue-314 into 33a6a77 on ClearcodeHQ:master.

@@ -2,7 +2,6 @@ dist: xenial
language: python
conditions: v1
python:
- 3.5
- 3.6
- 3.7
Copy link
Member

Choose a reason for hiding this comment

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

could you try if there's 3.8 available already?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's available, while a test fails due to the fix for https://pagure.io/python-daemon/issue/34 not being released. Should I add 3.8 and xfail the affected tests on that version?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

or the xfail indeed with failing test while it starts passing.

@mmaslowskicc mmaslowskicc merged commit e16f9b2 into ClearcodeHQ:master Aug 5, 2019
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.

Drop support for Python 3.5
3 participants