From e4e40c99190ffd89d49a4214733b978a63a3405c Mon Sep 17 00:00:00 2001 From: Harald Nezbeda Date: Fri, 8 Jul 2022 11:27:40 +0200 Subject: [PATCH] Update readme and setup classifiers --- README.rst | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b390563..355d6db 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ Updatable ========= +.. image:: https://badge.fury.io/py/updatable.svg + :target: https://pypi.org/project/updatable/ .. image:: https://github.com/nezhar/updatable/workflows/Test/badge.svg :target: https://github.com/nezhar/updatable/actions?query=workflow%3ATest .. image:: https://codecov.io/gh/nezhar/updatable/branch/master/graph/badge.svg @@ -95,6 +97,8 @@ Prints: urllib3 (1.25.6) Patch releases: -- 1.25.7 on 2019-11-11 15:10:09 + ___ + Done in 8.47 sec. Console Parameters diff --git a/setup.py b/setup.py index ed2c02b..9b9c2f3 100644 --- a/setup.py +++ b/setup.py @@ -48,10 +48,10 @@ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Intended Audience :: Developers",