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

Test Python 3.13 in CI #481

Closed
wants to merge 3 commits into from
Closed

Test Python 3.13 in CI #481

wants to merge 3 commits into from

Conversation

sydney-runkle
Copy link
Member

@sydney-runkle sydney-runkle commented Oct 8, 2024

Closes #471

Thanks @Kludex for supporting the rye -> uv migration to prep for this :).

Currently blocked by huggingface/tokenizers#1639, I've opened a PR to get this unblocked.

Copy link

cloudflare-workers-and-pages bot commented Oct 8, 2024

Deploying logfire-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 95e008f
Status: ✅  Deploy successful!
Preview URL: https://e439e400.logfire-docs.pages.dev
Branch Preview URL: https://3-13-testing.logfire-docs.pages.dev

View logs

Comment on lines +50 to +51
'typing-extensions>=4.1.0; python_version < "3.13"',
'typing-extensions>=4.12.2; python_version >= "3.13"',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Becase typing-extensions < 4.12.2 doesn't support 3.13

@alexmojaki
Copy link
Contributor

It looks like both the core OTEL SDK and instrumentations are still working on 3.13 support: open-telemetry/opentelemetry-python#4211

So let's deprioritize this and wait a bit. When I opened the issue it hadn't occurred to me that dependencies might be this much of a problem.

@sydney-runkle
Copy link
Member Author

Sounds good, will close for now and check out some of those other issues you mentioned :).

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.

Test Python 3.13 in CI
3 participants