Skip to content

migrate to python3, pyproject.toml - #72

Open
branchv wants to merge 2 commits into
miracle2k:masterfrom
branchv:argparse
Open

migrate to python3, pyproject.toml#72
branchv wants to merge 2 commits into
miracle2k:masterfrom
branchv:argparse

Conversation

@branchv

@branchv branchv commented Jul 28, 2024

Copy link
Copy Markdown

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

@jeffwidman jeffwidman left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread .travis.yml
language: python
python:
- 2.7
- 3.6

Copy link
Copy Markdown
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
Copy Markdown
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