Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs and tentative support mentions for Python 3.11 & Django 4.1 #185

Merged
merged 3 commits into from
Jan 25, 2022

Conversation

thibaudcolas
Copy link
Member

@thibaudcolas thibaudcolas commented Jan 24, 2022

Description

We’re already testing against Django’s main (currently 4.1 dev). This adds tests for Python 3.11 (alpha release), and updates our support targets to match.

I’ve also removed tests & support mentions for Django 3.0 and 3.1, to reflect the fact they’re now end-of-life.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have added an appropriate CHANGELOG entry

Proposed CHANGELOG entries:

## Added

- Tentatively add support for Python 3.11
- Tentatively add support for Django 4.1

## Removed

- Remove support for Django 3.0.
- Remove support for Django 3.1

@thibaudcolas thibaudcolas added django Related to Django templates capabilities documentation Improvements or additions to documentation enhancement New feature or request labels Jan 24, 2022
@thibaudcolas thibaudcolas added this to the v1.0.0 milestone Jan 24, 2022
@thibaudcolas
Copy link
Member Author

Merging this now without further review as there’s no application change – it’s just metadata, CI setup, docs.

@thibaudcolas thibaudcolas merged commit 92f7253 into main Jan 25, 2022
@thibaudcolas thibaudcolas deleted the chore/future-django-python-support branch January 25, 2022 13:23
@thibaudcolas thibaudcolas removed the request for review from bcdickinson January 25, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django Related to Django templates capabilities documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant