-
Notifications
You must be signed in to change notification settings - Fork 2
simplify CI with prerelease python flag #137
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR simplifies CI configuration by leveraging the allow-prereleases flag in GitHub Actions to handle Python 3.14 testing instead of manually specifying release candidate versions.
- Replaces explicit Python 3.14 release candidate version (
3.14.0-rc.3) with stable version string (3.14) across all test matrices - Adds
allow-prereleases: trueto allactions/setup-pythonsteps to enable prerelease Python versions - Updates test matrices in lint workflow to include Python 3.11 and 3.14 with appropriate exclusions
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test.yml | Updates Python version matrices and adds prerelease flag to setup-python actions |
| .github/workflows/lint.yml | Expands Python version matrix and adds prerelease flag support |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report
✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
No description provided.