]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add supported Python versions badge (#2794)
authorHasan Ramezani <hasan.r67@gmail.com>
Thu, 7 Oct 2021 12:26:57 +0000 (15:56 +0330)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 12:26:57 +0000 (12:26 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
README.md
docs/en/docs/index.md

index d376fb74ea78f32e77c325a4e5b58c23781d28b8..b1c815dc71d9cb01683a72ce9d383859e5864d97 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@
 <a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version">
 </a>
+<a href="https://pypi.org/project/fastapi" target="_blank">
+    <img src="https://img.shields.io/pypi/pyversions/fastapi.svg?color=%2334D058" alt="Supported Python versions">
+</a>
 </p>
 
 ---
index cc6982b799b01e3c8c055cdd7361ac1da64d29fe..aa2c16a2e6d619f689d35b92db516ab0d85c6721 100644 (file)
@@ -14,6 +14,9 @@
 <a href="https://pypi.org/project/fastapi" target="_blank">
     <img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package version">
 </a>
+<a href="https://pypi.org/project/fastapi" target="_blank">
+    <img src="https://img.shields.io/pypi/pyversions/fastapi.svg?color=%2334D058" alt="Supported Python versions">
+</a>
 </p>
 
 ---