Skip to content

chore!: Add python 3.13 support #1711

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

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

chore!: Add python 3.13 support #1711

wants to merge 29 commits into from

Conversation

schloerke
Copy link
Collaborator

@schloerke schloerke commented Oct 1, 2024

Requires actions/python-versions#308

Python 3.13 has been delayed until 2024-10-07

* main:
  tests(sidebar): Add tests for sidebar (#1715)
  tests(accordion): Add kitchensink tests for accordion (#1710)
  tests(bug): Use locator instead of element handles (#1716)
  tests(deploys): Move import from htmltools into code to help with debugging deploys (#1718)
  build: set Narwhals 1.9.1 as minimum, remove upper bound, use narwhals.stable.v1 for dtypes and typing (#1717)
  feat: support DataFrames via narwhals (#1570)
  Adds Deploy to Connect Cloud buttons to app READMEs (#1709)
@schloerke
Copy link
Collaborator Author

greenlet is having trouble compiling. Will wait until there is an official 3.13 release. Not too worried as we do not have compiled code.

@schloerke
Copy link
Collaborator Author

greenlet==3.0.3 is required by playwright v1.47.0. As of this comment v1.47.0 is the latest version on PyPI.

microsoft/playwright-python#2589 has been merged to main two days ago adding python 3.13 support and updating greenlet to a python 3.13 compatible version.

This dependency hell is frustrating to deal with as it is out of our control. 🔔 **shame.png

@schloerke
Copy link
Collaborator Author

Getting past playwright, we hit tokenizers failure to build. Related GitHub Issue: huggingface/tokenizers#1639

They're waiting for more upstream changes. ⏳

@schloerke schloerke changed the title [WIP] chore!: Drop python 3.8. Add python 3.13 [WIP] chore!: Add python 3.13 support Oct 22, 2024
@gadenbuie gadenbuie added this to the Next Release milestone Feb 19, 2025
@cpsievert
Copy link
Collaborator

cpsievert commented Feb 26, 2025

@schloerke this PR is pretty close to passing, but since modin can't install on 3.13, that leads to some typing issues with data_frame and table tests. Would you be interested in having a pass at resolving those?

@karangattu
Copy link
Collaborator

@schloerke this PR is pretty close to passing, but since modin can't install on 3.13, that leads to some typing issues with data_frame and table tests. Would you be interested in having a pass at resolving those?

This should be resolved now

@schloerke schloerke changed the title [WIP] chore!: Add python 3.13 support chore!: Add python 3.13 support Apr 8, 2025
@schloerke schloerke requested a review from Copilot April 8, 2025 05:21
@schloerke
Copy link
Collaborator Author

schloerke commented Apr 8, 2025

  • Once merged, update the required test to include build-docs (3.13)

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

.github/workflows/pytest.yaml:75

  • [nitpick] The step name 'Set up Python 3.10' is misleading given that the test matrix now includes Python 3.13. Consider renaming it to a generic name like 'Set up Python' or dynamically using the version under test.
        - name: "Set up Python 3.10"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

4 participants