Conversation
Django>=5.2 in install requirements, python_requires>=3.10, refreshed classifiers, version 3.0.0. django-nose (dead upstream, broken on python 3.10+) replaced with Django's DiscoverRunner, passing an explicit pattern for the *_tests.py naming scheme. USE_TZ=False set explicitly since django 5.0 flipped the default and the deletion-receipt tests assume naive datetimes. assertEquals (removed in python 3.12) replaced with assertEqual. CI matrix: python 3.10-3.14 x Django 5.2/6.0 x psycopg2/psycopg 3.2. Verified on python 3.14 / Django 6.0.6 / psycopg 3.2.10 against Postgres 17: all 32 tests pass, flake8 clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The 4.x line is the one tested against the same django/python matrix this release supports. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Support Django 5.2/6.0 and python 3.10-3.14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same treatment as ambitioninc/django-query-builder#132 and ambitioninc/django-manager-utils#144: bump the supported matrix to what Django currently supports (5.2 LTS on python 3.10-3.14, 6.0 on 3.12-3.14) and modernize the test infrastructure that was pinning the package to python 3.9.
Django>=5.2,python_requires>=3.10, refreshed classifiers, version 3.0.0DiscoverRunner(explicit--patternfor the*_tests.pynaming scheme)USE_TZ=Falseset explicitly (django 5.0 flipped the default; the deletion-receipt tests assume naive datetimes)assertEquals(removed in python 3.12) replaced withassertEqualVerified locally on python 3.14 / Django 6.0.6 / psycopg 3.2.10 against Postgres 17: all 32 tests pass, flake8 clean.
🤖 Generated with Claude Code