From 9d7b0e90ea2f5f2ec7219841670c213038472122 Mon Sep 17 00:00:00 2001 From: Gabriel Machado Date: Fri, 21 Jan 2022 15:41:11 +0100 Subject: [PATCH] docs(readme): add Python 3.9 to badges (#584) * Add Python 3.9 to badges * Change Python version to >= 3.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b71b6d..c1d42c05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) [![pypi version](https://badge.fury.io/py/diagrams.svg)](https://badge.fury.io/py/diagrams) -![python version](https://img.shields.io/badge/python-3.6%2C3.7%2C3.8-blue?logo=python) +![python version](https://img.shields.io/badge/python-%3E%3D%203.6-blue?logo=python) ![Run tests](https://github.com/mingrammer/diagrams/workflows/Run%20tests/badge.svg?branch=master) [![todos](https://badgen.net/https/api.tickgit.com/badgen/github.com/mingrammer/diagrams?label=todos)](https://www.tickgit.com/browse?repo=github.com/mingrammer/diagrams) ![contributors](https://img.shields.io/github/contributors/mingrammer/diagrams)