Skip to content

Commit e4e40c9

Browse files
committed
Update readme and setup classifiers
1 parent 5fb9709 commit e4e40c9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Updatable
22
=========
33

4+
.. image:: https://badge.fury.io/py/updatable.svg
5+
:target: https://pypi.org/project/updatable/
46
.. image:: https://github.com/nezhar/updatable/workflows/Test/badge.svg
57
:target: https://github.com/nezhar/updatable/actions?query=workflow%3ATest
68
.. image:: https://codecov.io/gh/nezhar/updatable/branch/master/graph/badge.svg
@@ -95,6 +97,8 @@ Prints:
9597
urllib3 (1.25.6)
9698
Patch releases:
9799
-- 1.25.7 on 2019-11-11 15:10:09
100+
___
101+
Done in 8.47 sec.
98102

99103

100104
Console Parameters

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"License :: OSI Approved :: MIT License",
4949
"Programming Language :: Python",
5050
"Programming Language :: Python :: 3",
51-
"Programming Language :: Python :: 3.5",
52-
"Programming Language :: Python :: 3.6",
5351
"Programming Language :: Python :: 3.7",
5452
"Programming Language :: Python :: 3.8",
53+
"Programming Language :: Python :: 3.9",
54+
"Programming Language :: Python :: 3.10",
5555
"Programming Language :: Python :: Implementation :: CPython",
5656
"Programming Language :: Python :: Implementation :: PyPy",
5757
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)