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

add python 3.13 support #4353

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

add python 3.13 support #4353

wants to merge 15 commits into from

Conversation

emdneto
Copy link
Member

@emdneto emdneto commented Dec 11, 2024

Checklist for review

  • Add the version in tox.ini
  • Add the version in pyproject.toml trove classifiers
  • Update github workflows accordingly with tox -e generate-workflows; lint and benchmarks use the latest supported version
  • Update .pre-commit-config.yaml
  • Update tox examples in the documentation

Signed-off-by: emdneto <[email protected]>
@emdneto emdneto changed the title add Pyhon 3.13 support add Python 3.13 support Dec 11, 2024
Signed-off-by: emdneto <[email protected]>
@emdneto emdneto changed the title add Python 3.13 support add python 3.13 support Dec 11, 2024
Signed-off-by: emdneto <[email protected]>
@emdneto
Copy link
Member Author

emdneto commented Dec 13, 2024

Basically, tests at CI are failing for:

  • opentelemetry-opencensus-shim 3.13 (Windows and Ubuntu)
  • opentelemetry-exporter-opencensus 3.13 (Windows and Ubuntu)

opentracing-shim tests passes because we're not pinning grpcio in requirements, so it's installing a new version of grpcio, which supports python3.13.

If fixing the grpcio version in requirements tests passes

.github/workflows/lint_0.yml Outdated Show resolved Hide resolved
@emdneto emdneto marked this pull request as ready for review December 16, 2024 13:47
@emdneto emdneto requested a review from a team as a code owner December 16, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants