diff --git a/README.rst b/README.rst index 55a05e8..28c30a2 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Package version - Downloads + Downloads Django versions @@ -73,7 +73,7 @@ making it accessible by using the ID of the current thread. (Version 2 of Django **Resources**: -* Free software: BSD License +* Free software: MIT License * Documentation: https://django-guid.readthedocs.io * Homepage: https://github.com/snok/django-guid diff --git a/pyproject.toml b/pyproject.toml index 0eb067e..05581ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,20 +17,20 @@ classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', - 'Framework :: Django :: 3.0', - 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.0', 'Framework :: Django :: 4.1', + 'Framework :: Django :: 4.2', + 'Framework :: Django :: 5.0', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI',