-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 0.3.0 #14
Release 0.3.0 #14
Conversation
Please update the badge in the readme and the docs-index-page (and maybe other places) to show that Python 3.11 is also supported. |
@phackstock Do you know if the publish workflow needs to be run with python 3.10 and 3.11? |
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.
Looks nicer to include the python version in one badge...
The tests are passing and, with the addition of build to the dev dependency group, step 2 of the release procedure is also successful. Once we merge this PR, we can tag the candidate on main and continue with the release. |
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.
Looks good to me, thanks!
* Update GHA to run on python 3.10 and 3.11 * Introduce GHA checks for black and isort on PRs * Update badges to show python 3.11 support * Run GHA only on necessary python versions * Combine code style checks in lint.yaml * Update README.md (#15) * Combine updated python badges * Add build in dev dependency group --------- Co-authored-by: Daniel Huppmann <[email protected]>
This PR prepares for release 0.3.0 by updating the GitHub Action workflows to test python 3.10 and 3.11.
pyproject.toml
already allows using 3.11.It also introduces two workflows to check black and isort formatting on PRs.