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
PPS: Also, setup metadata does not declare to support Django 2.x nor Python3.8 which are in tox configuration and are currently tested.
|
'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', |
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
django-relativedelta/setup.py
Line 58 in a62261c
PPS: Also, setup metadata does not declare to support Django 2.x nor Python3.8 which are in tox configuration and are currently tested.
django-relativedelta/setup.py
Lines 41 to 50 in a62261c