chore: Add support for Django 6.0#125
Merged
CuriousLearner merged 1 commit intomasterfrom Dec 23, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds support for Django 6.0 and releases version 3.3.0 of the django-phone-verify package. The changes update configuration files and package metadata to declare compatibility with Django 6.0 and Python 3.14, while maintaining backwards compatibility with earlier versions.
- Version bump from 3.2.0 to 3.3.0 across all package files
- Addition of Django 6.0 support with Python 3.12+ requirement
- Updated tox test matrix to include Django 6.0 testing configurations
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tox.ini | Adds Django 6.0 test environment with Python 3.12-3.14 support and dependency specification |
| setup.py | Updates version to 3.3.0 and adds Django 5.2 and 6.0 framework classifiers |
| pyproject.toml | Updates version to 3.3.0 and adds Django 6.0 framework classifier |
| requirements/development.txt | Updates Django dependency from 5.2.8 to 6.0 for development environment |
| phone_verify/init.py | Updates package version string to 3.3.0 |
| CHANGELOG.rst | Documents Django 6.0 support release with release date and Python version requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Add support for Django 6.0 and release 3.3.0