Browse Source

removed py3 support notice; fix #10

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
09facef053
  1. 2
      README.rst
  2. 5
      docs/index.rst

2
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 <https://github.com/ValvePython/steam/issues/10>`_.
Main features:
* `SteamID <http://valvepython.github.io/steam/api/steam.client.html>`_ - convert between the various ID representations with ease

5
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 <https://github.com/ValvePython/steam/issues/10>`_.
Main features:
* :doc:`SteamID <api/steam.steamid>` - convert between the various ID representations with ease

Loading…
Cancel
Save