From 1b05b4bea413d502f2117fc6665f0a4a043b88b0 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Sat, 4 Nov 2023 18:59:06 -0400 Subject: [PATCH] Add python version support badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09003a3..617a02b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ cyclops-query -------------------------------------------------------------------------------- [![PyPI](https://img.shields.io/pypi/v/cycquery)](https://pypi.org/project/cycquery) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cycquery) [![code checks](https://github.com/VectorInstitute/cyclops-query/actions/workflows/code_checks.yml/badge.svg)](https://github.com/VectorInstitute/cyclops-query/actions/workflows/code_checks.yml) [![integration tests](https://github.com/VectorInstitute/cyclops-query/actions/workflows/integration_tests.yml/badge.svg)](https://github.com/VectorInstitute/cyclops-query/actions/workflows/integration_tests.yml) [![docs](https://github.com/VectorInstitute/cyclops-query/actions/workflows/docs_deploy.yml/badge.svg)](https://github.com/VectorInstitute/cyclops-query/actions/workflows/docs_deploy.yml)