Skip to content

Conversation

bckohan
Copy link
Member

@bckohan bckohan commented Sep 24, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 16:31
Copy link

@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.

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: true to all actions/setup-python steps 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.

Copy link

codecov bot commented Sep 26, 2025

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.

@bckohan bckohan merged commit 02b0b76 into main Sep 26, 2025
61 checks passed
@bckohan bckohan deleted the py314 branch September 26, 2025 17:16
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.

1 participant