Skip to content

Add Python 3.15 release candidate 1 to CI - #2168

Closed
rolandwalker wants to merge 1 commit into
mainfrom
RW/ci-python-v3.15rc
Closed

Add Python 3.15 release candidate 1 to CI#2168
rolandwalker wants to merge 1 commit into
mainfrom
RW/ci-python-v3.15rc

Conversation

@rolandwalker

@rolandwalker rolandwalker commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Description

Add Python 3.15 release candidate 1 to CI.

Requires pinning some transitive dependencies to versions with binary wheels for 3.15, to keep from building the dependencies from scratch in CI (very slow).

  • pydantic_core to v2.48.0
  • ast-serialize to v0.8.0

Release will be in one month. Time to start testing.

Note: RC2 is expected 2026-09-01.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Aug 27, 2026
@rolandwalker
rolandwalker force-pushed the RW/ci-python-v3.15rc branch 2 times, most recently from 1340c44 to a2c712f Compare August 27, 2026 09:33
@rolandwalker rolandwalker changed the title Add Python 3.15 release candidate to CI Add Python 3.15 release candidate 1 to CI Aug 27, 2026
@rolandwalker
rolandwalker force-pushed the RW/ci-python-v3.15rc branch 2 times, most recently from 3a5211b to 1259a29 Compare August 27, 2026 09:48
Requires pinning some transitive dependencies to versions with binary
wheels for 3.15, to keep from building the dependencies from scratch in
CI (very slow).

 * pydantic_core to v2.48.0
 * ast-serialize to v0.8.0
@rolandwalker

Copy link
Copy Markdown
Contributor Author

Withdrawn. Despite the pinning of a couple of dependencies described above, there are other dependencies which must build from source. Currently the 3.15rc1 Action seems to be spending minutes building sqlglotc. This would slow down CI considerably.

@rolandwalker
rolandwalker deleted the RW/ci-python-v3.15rc branch August 27, 2026 10:06
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