-
Notifications
You must be signed in to change notification settings - Fork 12
Deploy release v0.61.0 #923
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
Merged
Merged
+50
−14
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add Python 3.11 to Python Project Configuration. - Add Tox environment for Python 3.11. - Add Python 3.11 to GitHub Actions configuration. - Update documentation to reflect support for Python 3.11. - Update tests to fix compatibility issues with Python 3.11. More information: [What’s New In Python 3.11](https://docs.python.org/3.11/whatsnew/3.11.html)
Add support for Python 3.11
When support for Python 3.11 was added, the target versions of 'Black' were not updated. Fixes: Commit 0dd5f85
Add Python 3.11 to target versions of 'Black'
- Add Python 3.12 to Python Project Configuration. - Add Tox environment for Python 3.12. - Add Python 3.12 to target versions of 'Black'. - Add Python 3.12 to GitHub Actions configuration. - Update documentation to reflect support for Python 3.12. More information: [What’s New In Python 3.12](https://docs.python.org/3.12/whatsnew/3.12.html)
Add support for Python 3.12
- [Software Repository](https://pypi.org/project/cffi/1.17.1/) - [Release Notes](https://github.com/python-cffi/cffi/releases/tag/v1.17.1) - [Changelog](https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-17-1) - [Commits](python-cffi/cffi@v1.16.0...v1.17.1)
deps: Update `cffi` from 1.16.0 to 1.17.1
- Add Python 3.13 to Python Project Configuration. - Add Tox environment for Python 3.13. - Add Python 3.13 to target versions of 'Black'. - Add Python 3.13 to GitHub Actions configuration. - Update documentation to reflect support for Python 3.13. More information: [What’s New In Python 3.13](https://docs.python.org/3.13/whatsnew/3.13.html)
Add support for Python 3.13
Release v0.61.0
|
jtrobles-cdd
approved these changes
Oct 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Ref: #922