From 697f999ab22b0664ded815ae40ad1a66db466ac4 Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Tue, 23 Jul 2024 16:39:27 -0300 Subject: [PATCH] Implement PyPI python version badges replacing hardcoded ones --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 304b1578..838795e6 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,7 @@ If you're interested in contributing to the development of dbt-coves, please ref fury.io](https://badge.fury.io/py/dbt-coves.svg)](https://pypi.python.org/pypi/dbt-coves/) [![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) -[![Imports: -python](https://img.shields.io/badge/python-3.8%20%7C%203.9-blue)](https://img.shields.io/badge/python-3.8%20%7C%203.9-blue) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbt_coves) [![Build](https://github.com/datacoves/dbt-coves/actions/workflows/main_ci.yml/badge.svg)](https://github.com/datacoves/dbt-coves/actions/workflows/main_ci.yml/badge.svg) - - - [![Maintainability](https://api.codeclimate.com/v1/badges/1e6a887de605ef8e0eca/maintainability)](https://codeclimate.com/github/datacoves/dbt-coves/maintainability) [![Downloads](https://pepy.tech/badge/dbt-coves)](https://pepy.tech/project/dbt-coves)