Skip to content

Add preliminary support for Python 3.15 as of 3.15b1.#164

Merged
icemac merged 1 commit into
masterfrom
config-with-c-code-template-fee4a500
May 29, 2026
Merged

Add preliminary support for Python 3.15 as of 3.15b1.#164
icemac merged 1 commit into
masterfrom
config-with-c-code-template-fee4a500

Conversation

@icemac

@icemac icemac commented May 27, 2026

Copy link
Copy Markdown
Member

Open issues:

  • Needs a RestrictedPython release which can be installed on Python 3.15

@icemac
icemac requested review from Copilot and dataflake May 27, 2026 06:48
@icemac icemac self-assigned this May 27, 2026
@icemac
icemac enabled auto-merge (squash) May 27, 2026 06:49

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 adds early/experimental CI and packaging support for Python 3.15 (beta), mainly by extending test/build matrices and adjusting dependency installation to allow pre-releases where needed.

Changes:

  • Add py315 / py315-pure to tox envlist and attempt to enable --pre installs for that version.
  • Extend GitHub Actions build/test matrices to include Python 3.15 and adjust install steps for pre-release dependency availability; switch Coveralls action.
  • Update manylinux wheel build script to recognize/build CPython 3.15 wheels; update metadata and changelog.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tox.ini Adds py315 envs and attempts to enable pre-release dependency resolution for 3.15.
CHANGES.rst Documents preliminary Python 3.15 support.
.meta.toml Enables “future Python” support in the meta template configuration.
.manylinux-install.sh Recognizes cp315 and uses --pre for 3.15 dependency installs during wheel builds.
.github/workflows/tests.yml Adds Python 3.15 to CI matrices, uses --pre installs for 3.15 paths, updates Coveralls action usage.
pyproject.toml No functional change (formatting/whitespace only).

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

Comment thread tox.ini
Comment thread .github/workflows/tests.yml
@icemac
icemac removed the request for review from dataflake May 27, 2026 07:46
@icemac
icemac marked this pull request as draft May 27, 2026 07:46
auto-merge was automatically disabled May 27, 2026 07:46

Pull request was converted to draft

@icemac
icemac marked this pull request as ready for review May 29, 2026 07:09
@icemac
icemac enabled auto-merge (squash) May 29, 2026 07:09
@icemac
icemac requested a review from dataflake May 29, 2026 07:09
@icemac
icemac merged commit 464d789 into master May 29, 2026
156 of 166 checks passed
@icemac
icemac deleted the config-with-c-code-template-fee4a500 branch May 29, 2026 07:15
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