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

migrate to python3, pyproject.toml #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

branchvincent
Copy link

Drops python 2 support and migrates to pyproject.toml (the modern replacement for setup.py)

Copy link
Contributor

@jeffwidman jeffwidman left a comment

Choose a reason for hiding this comment

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

👍 for dropping py2 support... makes life simpler for sure.

@@ -1,10 +1,9 @@
language: python
python:
- 2.7
- 3.6
Copy link
Contributor

Choose a reason for hiding this comment

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

If we're going for Python 3, should we also go for a non-deprecated 3 version? Or are you planning to tackle that in a follow-on PR?

Copy link
Author

Choose a reason for hiding this comment

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

Yea I agree, just wasn't sure if CI is still running (or honestly if the project is still being maintained)

Would it make sense to just migrate to github actions? Can do that here or in a separate PR (whichever you prefer)

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