Skip to content

Add test support for Python 3.15#2226

Open
hugovk wants to merge 1 commit into
django:mainfrom
hugovk:main
Open

Add test support for Python 3.15#2226
hugovk wants to merge 1 commit into
django:mainfrom
hugovk:main

Conversation

@hugovk

@hugovk hugovk commented Jul 11, 2026

Copy link
Copy Markdown

Follow on from #2225.

The Python 3.15 beta is out. 🚀

The 3.15 release manager (👋 hi, that's me!) said:

We strongly encourage maintainers of third-party Python projects to test with 3.15 during the beta phase and report issues found to the Python bug tracker as soon as possible. While the release is planned to be feature-complete entering the beta phase, it is possible that features may be modified or, in rare cases, removed up until the start of the release candidate phase (2026-08-04). Our goal is to have no ABI changes after beta 4 and as few code changes as possible after the first release candidate. To achieve that, it will be extremely important to get as much exposure for 3.15 as possible during the beta phase.

This includes creating pre-release wheels for 3.15, as it helps other projects to do their own testing. However, we recommend that your regular production releases wait until 3.15.0rc1, to avoid the risk of ABI breaks.


btw this repo tests Python 3.10 as the minimum (tox + GHA) and as the min Trove classifier, but also still has python_requires = >=3.9. Intentional, or also bump this to 3.10?

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