Skip to content

Add CPython 3.14 to the supported wheel matrix - #245

Open
mdaneri wants to merge 1 commit into
1Password:mainfrom
mdaneri:upstream/python-3.14-support
Open

Add CPython 3.14 to the supported wheel matrix#245
mdaneri wants to merge 1 commit into
1Password:mainfrom
mdaneri:upstream/python-3.14-support

Conversation

@mdaneri

@mdaneri mdaneri commented Sep 1, 2026

Copy link
Copy Markdown

Summary

  • add CPython 3.14 to the supported classifier and trusted validation matrix
  • include 3.14 in the release wheel version list
  • keep the macOS x86_64 deployment-target comparison valid for Python 3.14+

This is the upstreamable portion of the temporary Atlaso compatibility work and addresses #244. The fork-specific build and release pipeline is intentionally excluded.

Validation

  • python -m ruff check setup.py
  • bash -n src/release/scripts/build-wheels.sh
  • local Windows CPython 3.14 wheel build from the exact 0.4.1 sdist
  • clean import and UniFFI/DLL contract validation on standard Windows x64 CPython 3.14

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ This PR contains unsigned commits. To get your PR merged, please sign those commits (git rebase --exec 'git commit -S --amend --no-edit -n' @{upstream}) and force push them to this branch (git push --force-with-lease).

If you're new to commit signing, there are different ways to set it up:

Sign commits with gpg

Follow the steps below to set up commit signing with gpg:

  1. Generate a GPG key
  2. Add the GPG key to your GitHub account
  3. Configure git to use your GPG key for commit signing
Sign commits with ssh-agent

Follow the steps below to set up commit signing with ssh-agent:

  1. Generate an SSH key and add it to ssh-agent
  2. Add the SSH key to your GitHub account
  3. Configure git to use your SSH key for commit signing
Sign commits with 1Password

You can also sign commits using 1Password, which lets you sign commits with biometrics without the signing key leaving the local 1Password process.

Learn how to use 1Password to sign your commits.

Watch the demo

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