From 6e6f90c9e9bbd23940a9fde0d1052908bdcb3129 Mon Sep 17 00:00:00 2001 From: Andrew Spittlemeister Date: Mon, 29 Jul 2024 15:44:38 -0500 Subject: [PATCH] README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dcc56b..de77b8f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ [![ci](https://github.com/AndrewSpittlemeister/bytechomp/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/AndrewSpittlemeister/bytechomp/actions/workflows/ci.yml) [![PyPI Version](https://img.shields.io/pypi/v/bytechomp.svg)](https://pypi.org/project/bytechomp/) -[![Python Versions](https://img.shields.io/pypi/pyversions/bytechomp.svg)](https://pypi.org/project/bytechomp/) -![Lines of Code](https://tokei.rs/b1/github/AndrewSpittlemeister/bytechomp?category=code) +[![Python Versions](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/bytechomp/) > *A pure python, declarative custom binary protocol parser & generator using dataclasses and type hinting.*