Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.10, add support for Python 3.13 #680

Open
DiamondJoseph opened this issue Nov 27, 2024 · 1 comment
Open

Drop support for Python 3.10, add support for Python 3.13 #680

DiamondJoseph opened this issue Nov 27, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@DiamondJoseph
Copy link
Contributor

DiamondJoseph commented Nov 27, 2024

As part of ophyd-async's opting in to SPEC 0 it is recommended to drop support for Python 3.10 this quarter: and with the release of Python 3.13 to support that instead.

Acceptance Criteria

  • ophyd-async supports python 3.13 and drops support for python 3.10
@DiamondJoseph DiamondJoseph added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@DiamondJoseph
Copy link
Contributor Author

This may need to be split into two work packages: dropping support for python 3.10, removing 3.10 specific handling and adding support for python 3.13: which may need to propagate through our dependencies, similar to how p4p required effort to move to python 3.13

https://docs.python.org/3/whatsnew/3.10.html#deprecated
https://docs.python.org/3/whatsnew/3.11.html#deprecated
https://docs.python.org/3/whatsnew/3.12.html#deprecated
https://docs.python.org/3/whatsnew/3.13.html#deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant