-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Django 4.2 has been released, just the day before this library released its version 2.0.0 (see #23).
Since it does not have any particular breaking changes which may involves this library it should be easy to support it just by adding the value to tox configurations.
So technically this is just a "add tests for Django 4.2" request.
PS: in the meantime I want to highlight that this package is still marked to support Django 1.10, even if it is no more configured in tox
Line 58 in a62261c
| 'Django >= 1.10', |
PPS: Also, setup metadata does not declare to support Django 2.x nor Python3.8 which are in tox configuration and are currently tested.
Lines 41 to 50 in a62261c
| 'Framework :: Django :: 3.2', | |
| 'Framework :: Django :: 4.0', | |
| 'Framework :: Django :: 4.1', | |
| 'Intended Audience :: Developers', | |
| 'License :: OSI Approved :: MIT License', | |
| 'Operating System :: OS Independent', | |
| 'Programming Language :: Python', | |
| 'Programming Language :: Python :: 3', | |
| 'Programming Language :: Python :: 3.9', | |
| 'Programming Language :: Python :: 3.10', |
Mapiarz
Metadata
Metadata
Assignees
Labels
No labels