Skip to content

Commit 2c24198

Browse files
committed
Update readme with supported version changes. Drop requires.io badge as the domain is for sale.
1 parent d3dc8b5 commit 2c24198

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ Automated code metrics:
2727
.. image:: https://img.shields.io/codeclimate/github/GaretJax/django-click.svg
2828
:target: https://codeclimate.com/github/GaretJax/django-click
2929

30-
.. image:: https://img.shields.io/requires/github/GaretJax/django-click.svg
31-
:target: https://requires.io/github/GaretJax/django-click/requirements/?branch=master
32-
3330
``django-click`` is a library to easily write Django management commands using the
3431
``click`` command line library.
3532

3633
* Free software: MIT license
3734
* Documentation for the Click command line library: https://click.palletsprojects.com/en/8.0.x/
38-
* Compatible with Django 2.2, 3.1, or 3.2 running on Python 3.6, 3.7, 3.8, 3.9, and PyPy.
35+
* Compatible with Django 4.2 and 5.0 running on Python 3.8, 3.9, 3.10, 3.11, and 3.12 (note: 3.10+ required for Django 5.0).
3936

4037

4138
Installation

0 commit comments

Comments
 (0)