From ee51d682d46d366c6dd44ca7899490a41856317c Mon Sep 17 00:00:00 2001 From: Carlos Derich Date: Thu, 8 Dec 2022 19:38:10 -0500 Subject: [PATCH] setup: add 3.9 3.10 v --- README.md | 3 +++ setup.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 5fe563b..80afe2f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Klotty Python SDK + [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![Build](https://github.com/drish/klotty-py/actions/workflows/test.yaml/badge.svg) [![codecov](https://codecov.io/gh/drish/klotty-py/branch/main/graph/badge.svg?token=GGD39PPFM0)](https://codecov.io/gh/drish/klotty-py) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +![PyPI](https://img.shields.io/pypi/v/klotty) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/klotty) --- ## Installation diff --git a/setup.py b/setup.py index cdbc817..9459eba 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,7 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )