-
Notifications
You must be signed in to change notification settings - Fork 74
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
TST: Python 3.13 support #3210
base: main
Are you sure you want to change the base?
TST: Python 3.13 support #3210
Conversation
Nope. The stack isn't ready. |
Looks like bqplot dev cannot build from source in Python 3.13. On the stable job (where bqplot stable is not giving me a problem), I ran into ipython/ipykernel#1248 (it needs a new release). |
ipykernel finally has a pre-prelease but it broke solara (and our RC testing workflow): |
devdeps breakage still held up by unmerged PR: |
devdeps now encounters the next blocker: stable job is still waiting for new ipykernel release (anything after 2024-07-01). |
EXP: What about stable job
Situation still the same. Looks like we're in still waters. |
Description
This pull request is to add Python 3.13 job. Probably no need for change log unless we need real code changes here.
After merge: Follow up issue to remove
-dev
tag from Python version spec for 3.13 when stable is available from Actions runner.Fix #3186
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.