-
Notifications
You must be signed in to change notification settings - Fork 11
Fix development issues and poetry install (specifically related to arm64/Apply Silicon) - Drop Python 3.6 support" #392
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
Conversation
90a4329 to
a7d8d9b
Compare
ntamas92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| poetry run black --check . | ||
| - run: | ||
| name: Flake8 Lint Check # Uses setup.cfg for configuration | ||
| name: Ruff Lint Check # See pyproject.tooml [tool.ruff] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo
| name: Ruff Lint Check # See pyproject.tooml [tool.ruff] | |
| name: Ruff Lint Check # See pyproject.toml [tool.ruff] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, had automerge on 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, I'll handle these in my PR soon.
| - repo: local | ||
| hooks: | ||
| - id: system | ||
| name: flake8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better yet, maybe call it lint?
| name: flake8 | |
| name: ruff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, automerge 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
jean-lucas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, tried it out on a few sample scripts locally too
This PR drops Python 3.6 support it is end of life for security fixes for more than a year
This PR fixes
poetry installproblems for later python versions, allowing development on all modern Python versions.This basically required digging into different elements of the dependency tree and opening it up (which is a good idea for libraries)