torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

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

Closed thibaudcolas closed 2 years ago

thibaudcolas commented 2 years ago

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

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 commented 2 years ago

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