-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove support for Python < 3.8 #135
Labels
refactoring
Code improvement without behavior change
Comments
TODO's to keep in mind for the migration
|
Nicoretti
added a commit
that referenced
this issue
Jun 1, 2022
For now the version and iformation will be updated using a git hook and nox target. When the project is upgraded to 3.8 we should replace this mechanism by the use of importlib.metadata. see also: * #145 (comment) * python-poetry/poetry#2366 (comment) * #135 (comment)
1 task
Nicoretti
added a commit
that referenced
this issue
Jul 14, 2022
Fixes #128 Fixes #135 * Add pyproject.toml * Add poetry lock file * Add dependencies to pyproject.toml * Add dependabot updater to repository * Add pyupgrade commit hook to workspace * Remove deprecated and unused configuration entries * Add extension points required for sqlalchemy plugin(s) * Add version sync support for project.toml based version * Add version check to ci/verifier action * Update CI workflow to use poetry * Update base python version to 3.8 * Update changelog * Remove condaforge reference in README - Conda forge won't be maintained anymore. * Deleted deprecated and unused files * Use python built in mock library * Bump version to 3.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This project supports python version >= 3.7. We want to remove older python versions.
The text was updated successfully, but these errors were encountered: