diff --git a/README.rst b/README.rst index 741a5c8..5433e03 100644 --- a/README.rst +++ b/README.rst @@ -10,13 +10,13 @@ Welcome to django-more-admin-filters :target: https://coveralls.io/github/thomst/django-more-admin-filters?branch=master :alt: coveralls badge -.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue - :target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue - :alt: python: 3.6, 3.7, 3.8, 3.9 +.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue + :target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue + :alt: python: 3.6, 3.7, 3.8, 3.9, 3.10 -.. image:: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0-orange - :target: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0-orange - :alt: django: 2.2, 3.0, 3.1, 3.2, 4.0 +.. image:: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1-orange + :target: https://img.shields.io/badge/django-2.2%20%7C%203.0%20%7C%203.1%20%7C%203.2%20%7C%204.0%20%7C%204.1-orange + :alt: django: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1 Description diff --git a/setup.py b/setup.py index 6279500..d021aa3 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Framework :: Django :: 4.0", + "Framework :: Django :: 4.1", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", @@ -62,6 +63,7 @@ setup( "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 :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks",