fix(python): update to latest Python 3.13 #389
Reference in New Issue
Block a user
Delete Branch "3.13"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This app's dependencies do not work with Python 3.14's new async event loop changes, so I am setting the upper version limit to 3.13.
Decision: Reject
Change Score: 2/10
I am rejecting these changes. While updating the pre-commit version and renaming
docker-compose.ymltocompose.yamlare acceptable, the attempt to upgrade to Python 3.14 is problematic.Python 3.14 is not a released version of Python. Attempting to use this version will lead to breakages and unexpected behavior as no such image exists. I recommend sticking with Python 3.13, and checking the dependencies for compatibility.
I am providing you with a modified
pyproject.tomlwhich should resolve this problem.Update to latest Python 3.13to bug(python): update to latest Python 3.13bug(python): update to latest Python 3.13to fix(python): update to latest Python 3.13