-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The current version of the drf-api-action project lacks support for Python 3.12. With the upcoming release of Python 3.12, it is essential to ensure compatibility with the latest Python version. This issue is raised to request the addition of Python 3.12 support to the project.
Update README:
- Add a badge indicating support for Python 3.12 in the README file.
Update CI Configuration:
- Add Python 3.12 to the version matrix in the project's CI configuration file (e.g., .travis.yml, .github/workflows/main.yml).
Test Compatibility:
- Implement necessary changes to ensure that the project functions as expected with Python 3.12.
Documentation Updates:
If any specific considerations or changes are needed for Python 3.12 compatibility, document them in the project's documentation.
Expected Behavior
After the proposed changes are implemented, the project should be compatible with Python 3.12, and the CI builds should pass successfully.
Steps to Reproduce
Update the README with the Python 3.12 badge.
Add Python 3.12 to the version matrix in the CI configuration file.
Test the project with Python 3.12 to ensure compatibility.
Additional Information
Link to the Python 3.12 release notes for reference.
If there are any specific features or changes in Python 3.12 that the project should leverage or address, please mention them here.
This enhancement will help users and contributors of the drf-api-action project to stay up-to-date with the latest Python version and benefit from any improvements or features introduced in Python 3.12.