-
Notifications
You must be signed in to change notification settings - Fork 5
update python version to 3.14 #32
Copy link
Copy link
Open
Labels
cicomplexComplex issue, requires extra attentionComplex issue, requires extra attentiondependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestpython:uvPull requests that update python:uv codePull requests that update python:uv codestale
Metadata
Metadata
Assignees
Labels
cicomplexComplex issue, requires extra attentionComplex issue, requires extra attentiondependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestpython:uvPull requests that update python:uv codePull requests that update python:uv codestale
Update Python version to 3.14
Is your feature request related to a problem?
Currently, the project runs on an older Python version. This may limit access to new language features, performance improvements, and security fixes available in Python 3.14.
Describe the solution you'd like
Update the project to use Python 3.14 as the default runtime version across development, CI/CD, and deployment environments.
Feature Category
What type of feature is this?
Implementation Details (if you have ideas)
Breaking Changes
If breaking changes, please describe what would break and migration path.
Dependencies or libraries incompatible with Python 3.14 may break. Migration requires upgrading or replacing those dependencies.
Additional Context
Python 3.14 introduces new features and optimizations. Adopting it early helps ensure long-term maintainability and security of the project.
Would you be willing to implement this feature?
Related Issues/PRs
N/A