From 09facef0535e61631be05ed328a9015ad2eab666 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 22 May 2016 11:27:31 +0100 Subject: [PATCH] removed py3 support notice; fix #10 --- README.rst | 2 -- docs/index.rst | 5 ----- 2 files changed, 7 deletions(-) diff --git a/README.rst b/README.rst index f458986..c180871 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,6 @@ A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. -Python 3 support for the SteamClient is not available in the release, see `issue#10 `_. - Main features: * `SteamID `_ - convert between the various ID representations with ease diff --git a/docs/index.rst b/docs/index.rst index 8deda42..b04e303 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,15 +7,10 @@ |pypi| |license| - A python module for interacting with various parts of Steam_. Supports Python ``2.7+`` and ``3.4+``. -.. note:: - Python 3 support for the SteamClient is not available in the release, - see `issue#10 `_. - Main features: * :doc:`SteamID ` - convert between the various ID representations with ease