From 84c8ad9b96e1a5e09da58ef360f6b16dc8f10ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Reni=C3=A9?= Date: Fri, 17 Apr 2020 16:34:29 +0200 Subject: [PATCH] readme: rely on badge for py versions --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3a457c5..c54b023 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,7 @@ CS A simple, yet powerful CloudStack API client for python and the command-line. -* Python 2.7+ and 3.4+ support. -* Async support for Python 3.5+. +* Async support. * All present and future CloudStack API calls and parameters are supported. * Syntax highlight in the command-line client if Pygments is installed. * BSD license. @@ -31,7 +30,7 @@ Installation # with the colored output pip install cs[highlight] - # with the async support (Python 3.5+) + # with the async support pip install cs[async] # with both