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

Python: create infrastructure to test Python candidate releases #6111

Open
isabelizimm opened this issue Jan 23, 2025 · 0 comments
Open

Python: create infrastructure to test Python candidate releases #6111

isabelizimm opened this issue Jan 23, 2025 · 0 comments
Labels
lang: python testing Unit, extension-level, and smoke tests
Milestone

Comments

@isabelizimm
Copy link
Contributor

Python 3.14 is currently planned to be released 2025-10-01. The current workflow has been to wait until all (or nearly all) dependencies are available in the latest Python version and then update our tests; we'd like to be a bit more proactive for future releases.

There's definitely a set of critical dependencies that must support the latest Python release; I imagine ipykernel and jedi are on that list. For others, we could use pytest's importorskip or skipif functionality to manage missing packages.

@isabelizimm isabelizimm added lang: python testing Unit, extension-level, and smoke tests labels Jan 23, 2025
@isabelizimm isabelizimm added this to the Release Candidate milestone Jan 23, 2025
@wesm wesm modified the milestones: Release Candidate, Future Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: python testing Unit, extension-level, and smoke tests
Projects
None yet
Development

No branches or pull requests

2 participants