Skip to content

Test against Python 3.15 in CI#251

Merged
Kludex merged 1 commit intomasterfrom
add-python-3.15-ci
Apr 10, 2026
Merged

Test against Python 3.15 in CI#251
Kludex merged 1 commit intomasterfrom
add-python-3.15-ci

Conversation

@Kludex
Copy link
Copy Markdown
Owner

@Kludex Kludex commented Apr 10, 2026

Summary

  • Add Python 3.15 to the CI test matrix in .github/workflows/main.yml.
  • uv pulls Python from python-build-standalone, which currently ships 3.15.0a8, so setup-uv will install the alpha automatically when the version is requested explicitly.

Test plan

  • CI run on this PR completes the 3.15 job successfully.

@Kludex Kludex merged commit f5520f6 into master Apr 10, 2026
12 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5db1254379

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove unavailable Python 3.15 from CI matrix

Adding 3.15 to this matrix currently breaks the test workflow because astral-sh/setup-uv installs the requested interpreter through uv, and uv python install 3.15 --no-progress presently fails with No download found for request: cpython-3.15-linux-x86_64-gnu. Since the check job gates the matrix results, this blocks CI on all PRs until a downloadable 3.15 build exists (or an explicit available pre-release version is pinned).

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

That's not true.

@Kludex Kludex deleted the add-python-3.15-ci branch April 10, 2026 08:32
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