Skip to content

Support Django v4.2, v5.x and v6.x #31

Description

@sevdog

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 >= 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.

'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',

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions