Closed angelofenoglio closed 3 weeks ago
The changes in this pull request involve updates to support Python 3.12 across various files. The GitHub Actions workflow files for both integration and unit tests have been modified to include Python 3.12 in their respective testing matrices. Additionally, the README.md
file has been updated to reflect this new version support, and the pyproject.toml
file has been adjusted to include Python 3.12 in its dependency specifications. Multiple dependencies have also been updated to their latest versions.
File | Change Summary |
---|---|
.github/workflows/tests-integration.yaml |
Added Python 3.12.7 to the python-version matrix in the integration tests workflow. |
.github/workflows/tests-unit.yml |
Updated the python-version array to include Python 3.12 in the unit tests workflow. |
README.md |
Updated to include Python 3.12.x in supported versions and modified installation instructions for pyenv to include Python 3.12.7. |
pyproject.toml |
Updated classifiers to include Python 3.12, modified python dependency to support Python 3.12, and updated several other dependencies to their latest versions. |
Objective | Addressed | Explanation |
---|---|---|
Fully support Python 3.12 (#292) | ✅ |
In the land of code where rabbits hop,
Python 3.12, we now can't stop!
With workflows updated, our tests will run,
Hopping through versions, oh what fun!
So let’s celebrate, with a joyful cheer,
For coding adventures, we hold so dear! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Totals | |
---|---|
Change from base Build 11669812051: | 0.0% |
Covered Lines: | 2438 |
Relevant Lines: | 3918 |
What?
References
Summary by CodeRabbit
New Features
pyenv
to include Python 3.12.7.Bug Fixes
Documentation
README.md
to reflect support for Python 3.12.x and installation commands.pyproject.toml
to include Python 3.12 in the supported versions.