Skip to content

Fix django 6 compatibility with python 3.12#160

Open
cb109 wants to merge 4 commits into
snok:mainfrom
cb109:fix-django-6-compatibility-with-python-3.12
Open

Fix django 6 compatibility with python 3.12#160
cb109 wants to merge 4 commits into
snok:mainfrom
cb109:fix-django-6-compatibility-with-python-3.12

Conversation

@cb109

@cb109 cb109 commented Jun 15, 2026

Copy link
Copy Markdown

Please see #161

cb109 added 2 commits June 15, 2026 09:30
Using includes states exactly which combinations of Django and Python
are allowed, which is much easier to scan and maintain while checking
out Django's release pages, in my opinion, compared to having to build
up all combinations in one's head and then subtracting the excludes on
top.

I have ignored the special compatibility-extending patch releases here
(5.1.3 adds suppport for 3.13, 5.2.8 adds support for 3.14) to keep the
number of testruns manageable.
My plea: Let people install what they want, document which combinations
the package supports instead or refer to the official Django releases
which clearly state valid combinations.
cb109 added 2 commits June 15, 2026 10:03
Hopefully this helps GitHub Actions to run the tests.
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.48%. Comparing base (631077c) to head (47e7107).
⚠️ Report is 36 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #160      +/-   ##
===========================================
- Coverage   100.00%   99.48%   -0.52%     
===========================================
  Files           36       36              
  Lines          968      975       +7     
===========================================
+ Hits           968      970       +2     
- Misses           0        5       +5     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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