Fix #375 -- Add Django 5.0 classifier (#376)

This commit is contained in:
Paolo Melchiorre 2023-11-28 09:26:45 +01:00 committed by GitHub
parent 38641a9dea
commit eba6e2c6d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ setup(
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',

View file

@ -27,7 +27,7 @@ deps =
dj32: django~=3.2.9
dj41: django~=4.1.3
dj42: django~=4.2.0
dj50: django~=5.0.0a1
dj50: django~=5.0.0rc1
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
coverage_enable_subprocess