diff --git a/README.rst b/README.rst index 2538fc55a..7977c9adf 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Thumbnails for Django. Features at a glance ==================== -- Support for Django 2.2, 3.1 and 3.2 following the `Django supported versions policy`_ +- Support for Django 2.2, 3.1, 3.2 and 4.0 following the `Django supported versions policy`_ - Python 3 support - Storage support - Pluggable Engine support for `Pillow`_, `ImageMagick`_, `PIL`_, `Wand`_, `pgmagick`_, and `vipsthumbnail`_ diff --git a/setup.py b/setup.py index df46a1bac..7d8a4cb4e 100644 --- a/setup.py +++ b/setup.py @@ -25,12 +25,15 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Multimedia :: Graphics', 'Framework :: Django', 'Framework :: Django :: 2.2', 'Framework :: Django :: 3.1', 'Framework :: Django :: 3.2', + 'Framework :: Django :: 4.0', ], setup_requires=['setuptools_scm'], )