-
Notifications
You must be signed in to change notification settings - Fork 2
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
Modernization - May 2024 #16
Open
dbaty
wants to merge
9
commits into
master
Choose a base branch
from
dbaty/modernization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 15, 2024
-
Active support of Python 3.7 has ended in June 2020. Security support has ended in June 2023.
Configuration menu - View commit details
-
Copy full SHA for ae731a2 - Browse repository at this point
Copy the full SHA ae731a2View commit details -
req: Remove now useless extra dep of isort from dev dependencies
The "pyproject" extra dependency has been removed from isort 5.0.0, which has been released in July 2020. It caused a warning with when a more recent version was installed: $ pip install -r requirements_dev.txt [...] WARNING: isort 5.13.2 does not provide the extra 'pyproject' [...]
Configuration menu - View commit details
-
Copy full SHA for 7d995ef - Browse repository at this point
Copy the full SHA 7d995efView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ff71b - Browse repository at this point
Copy the full SHA d1ff71bView commit details -
Remove support of Git 2.18 and earlier versions
We maintained non-obvious code to support versions of Git that did not have the `--only-matching` option, which appeared in Git 2.19. This version was released in September 2018, it's time to move on.
Configuration menu - View commit details
-
Copy full SHA for d0ffaa1 - Browse repository at this point
Copy the full SHA d0ffaa1View commit details -
qa: Move pylint configuration to
pyproject.toml
That's where all tools are configured (except ReadTheDocs, which does not support `pyproject.toml`).
Configuration menu - View commit details
-
Copy full SHA for fcda3e9 - Browse repository at this point
Copy the full SHA fcda3e9View commit details -
These checks seem useful, I don't know why they should disabled.
Configuration menu - View commit details
-
Copy full SHA for 45ea77a - Browse repository at this point
Copy the full SHA 45ea77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b7926 - Browse repository at this point
Copy the full SHA b6b7926View commit details -
req: Remove optional dependency on
toml
It was not necessary with Python >= 3.11, which ships with the `tomllib` package in the standard library. Also, the extra requirement could be a bit confusing, especially for non-Python developers. "Do I need it now, will I need it later?" For the sake of simplicity, the extra requirement has been removed. We now always install `toml` on Python versions earlier than 3.11 (and never on 3.11 and above).
Configuration menu - View commit details
-
Copy full SHA for f40c3be - Browse repository at this point
Copy the full SHA f40c3beView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f792408 - Browse repository at this point
Copy the full SHA f792408View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.