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

Support Django v4.2 and v5.0 #31

Open
sevdog opened this issue Apr 14, 2023 · 1 comment
Open

Support Django v4.2 and v5.0 #31

sevdog opened this issue Apr 14, 2023 · 1 comment

Comments

@sevdog
Copy link

sevdog commented Apr 14, 2023

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

@Mapiarz
Copy link

Mapiarz commented Feb 8, 2024

Bump with support for 5.0 ;)

@sevdog sevdog changed the title Support Django v4.2 Support Django v4.2 and v5.0 Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants