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:14
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 updates the CI configuration to test against Python 3.14 prerelease instead of Python 3.13. The change ensures CI runs test the latest prerelease version while maintaining compatibility testing with older supported versions.

  • Updates all Python version references from '3.13' to '3.14' in CI matrices
  • Adds allow-prereleases: true to all Python setup steps to enable prerelease installation
  • Removes the entire release workflow file

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Updates Python version matrices and adds prerelease support for all test jobs
.github/workflows/release.yml Completely removes the release workflow
.github/workflows/lint.yml Updates Python version matrix and adds prerelease support for linting jobs

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@cclauss
Copy link
Contributor

cclauss commented Sep 24, 2025

Strange that Windows fails on https://github.com/andfoy/pywinpty because their tests pass on Python 3.14 and 3.14t.

@cclauss
Copy link
Contributor

cclauss commented Sep 24, 2025

Perhaps revert the Windows upgrades for now and focus on the one Linux test failure.

@bckohan
Copy link
Member Author

bckohan commented Sep 26, 2025

Its failing because pywinpty does not have a binary release for python 3.14 yet. I'll just wait until it does to merge this PR.

We can build from source but its not worth it.

@cclauss
Copy link
Contributor

cclauss commented Sep 26, 2025

It is useful to have Linux and macOS testing successfully on Py3.14 and add Windows in a separate pull request.

@bckohan
Copy link
Member Author

bckohan commented Sep 26, 2025

It is useful to have Linux and macOS testing successfully on Py3.14 and add Windows in a separate pull request.

They have and they are in this PR. This is good enough for me to wait.

Copy link

codecov bot commented Oct 3, 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

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

Nice!

@cclauss
Copy link
Contributor

cclauss commented Oct 3, 2025

https://code.djangoproject.com/ticket/35844

Django 5.2 will be the first version to support Python 3.14

@bckohan
Copy link
Member Author

bckohan commented Oct 3, 2025

https://code.djangoproject.com/ticket/35844

Django 5.2 will be the first version to support Python 3.14

great - the CI updates in this PR are correct then!

@bckohan bckohan merged commit 9ee2ac0 into main Oct 3, 2025
50 checks passed
@bckohan bckohan deleted the py314 branch October 3, 2025 22:07
@cclauss
Copy link
Contributor

cclauss commented Oct 3, 2025

windows-powershell-complete (3.14, 5.0)
windows-pwsh-complete (3.14, 5.0)

@bckohan
Copy link
Member Author

bckohan commented Oct 3, 2025

windows-powershell-complete (3.14, 5.0) windows-pwsh-complete (3.14, 5.0)

Oops! Great catch, thank you! - Fixed in 8a795ab

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.

2 participants