Skip to content

Update to Python 3.14#86

Merged
kevinbackhouse merged 1 commit into
GitHubSecurityLab:mainfrom
kevinbackhouse:pi-version
Jun 2, 2026
Merged

Update to Python 3.14#86
kevinbackhouse merged 1 commit into
GitHubSecurityLab:mainfrom
kevinbackhouse:pi-version

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 2, 2026 15:23
Copy link
Copy Markdown
Contributor

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

Updates the GitHub Actions workflows to run packaging and CI against Python 3.14, aligning automated builds/tests with a newer Python runtime.

Changes:

  • Bump actions/setup-python python-version from 3.13 → 3.14 in the PyPI and TestPyPI publish workflows.
  • Update the CI matrix to test on Python 3.14 (alongside 3.11).
Show a summary per file
File Description
.github/workflows/publish-to-testpypi.yaml Builds/releases to TestPyPI using Python 3.14.
.github/workflows/publish-to-pypi.yaml Builds/releases to PyPI using Python 3.14.
.github/workflows/ci.yml Runs the test matrix on Python 3.11 and 3.14.

Copilot's findings

Tip

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

  • Files reviewed: 3/3 changed files
  • Comments generated: 1

Comment thread .github/workflows/ci.yml
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.11', '3.13'] # the one we have in the Codespace + the latest supported one by PyO3.
python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest supported one by PyO3.
@kevinbackhouse kevinbackhouse merged commit 78555ce into GitHubSecurityLab:main Jun 2, 2026
6 checks passed
@kevinbackhouse kevinbackhouse deleted the pi-version branch June 2, 2026 16:27
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