Skip to content

fix: Use stable Python 3.14 instead of beta in CI - #133

Merged
TheRealAgentK merged 1 commit into
masterfrom
fix/remove-beta-from-3.14-builds
Jan 20, 2026
Merged

fix: Use stable Python 3.14 instead of beta in CI#133
TheRealAgentK merged 1 commit into
masterfrom
fix/remove-beta-from-3.14-builds

Conversation

@TheRealAgentK

Copy link
Copy Markdown
Contributor

Description 📝

Purpose:

Update CI to use stable Python 3.14 instead of the outdated beta version.

Approach:

Python 3.14.0 was released on Oct 7, 2025 (now at 3.14.2). The CI was still pinned to 3.14.0-beta.3. Updated to use "3.14" which will track the latest stable 3.14.x release.

Type of change

  • fix: Bug fix (non-breaking change which fixes an issue)
  • ci: CI configuration change

Updates

  • Changed python-version from "3.14.0-beta.3" to "3.14" in python-checks.yml

Related issues

None

Test plan 🧪

CI will run on this PR to validate the stable Python 3.14 works correctly.

Author to check 👓

  • Project and all contained modules builds successfully
  • Self-/dev-tested
  • Unit/UI/Automation/Integration tests provided where applicable
  • Code is written to standards
  • Appropriate documentation written (code comments, internal docs)

Reviewer to check ✔️

  • Project and all contained modules builds successfully
  • Change has been dev-/reviewer-tested, where possible
  • Unit/UI/Automation/Integration tests provided where applicable
  • Code is written to standards
  • Appropriate documentation written (code comments, internal docs)

Python 3.14.0 was released on Oct 7, 2025. Update CI to use the
stable release instead of the outdated 3.14.0-beta.3.

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the CI configuration to use the stable release of Python 3.14 instead of the beta version. Since Python 3.14.0 was released in October 2025, the CI configuration no longer needs to pin to the beta version.

Changes:

  • Updated Python version specifier from beta to stable release tracking

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TheRealAgentK
TheRealAgentK requested a review from Copilot January 18, 2026 02:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TheRealAgentK
TheRealAgentK merged commit 8bc631d into master Jan 20, 2026
7 checks passed
@TheRealAgentK
TheRealAgentK deleted the fix/remove-beta-from-3.14-builds branch January 20, 2026 07:40
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.

3 participants