-
Notifications
You must be signed in to change notification settings - Fork 71
Python 3.15 support #1753
Copy link
Copy link
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmaintenancepythonPull requests that update Python codePull requests that update Python code
Description
Activity
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmaintenancepythonPull requests that update Python codePull requests that update Python code
Is there an existing issue or pull request for this?
Feature description
Support python 3.15 version.
Desired solution
It should be tested against python 3.15 release and use python 3.15 instead of python 3.14
Just search the entire codebase for "3.14" and either replace it with 3.15 or add 3.15 to it
Alternatives considered
Wait longer before it is officially released. But it is easy enough to integrate and test it already as it is in beta2 cycle.
Additional context
No response