-
Notifications
You must be signed in to change notification settings - Fork 657
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
Add support for Python 3.12 #3617
Comments
If CI is passing I think we should add it. I think @ocelotl discussed this in one SIG but don't remember the outcome of that discussion |
I believe we discussed to drop 3.7 alongside supporting 3.12 because we wanted to limit the number of versions we support. I added a note in order agenda for the next Python SIG to discuss this again. |
I would like to see this sooner than later. Will be moving forward without OpenTelemetry until this is added. Appreciate the effort, thanks. |
👍 to accellerating the timescale on this ... this will be a blocker to rolling out opentelemetry on some of our most forward thinking projects ( which is exactly where we want it most) |
What are the blockers here? I would love to help push this across the line. |
|
Sorry for the delay, @jeremydvoss I have fixed the conflicts in #3616 but it is a draft PR right now, is it ready? |
Python 3.12 support has been merged. |
We do not currently support Python 3.12.
There was an issue with a new log record attribute in 3.12, but that appears to have been fixed. Is there any reason we cannot support 3.12 now?
Here are PRs to add 3.12 environments to tox:
#3616
open-telemetry/opentelemetry-python-contrib#2116
Related issues:
#3560
#3597
#3370
The text was updated successfully, but these errors were encountered: