diff --git a/.scrutinizer.yml b/.scrutinizer.yml index fc6e121..1e0c604 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -5,5 +5,5 @@ filter: - 'steam/protobufs/*' tools: external_code_coverage: - timeout: 600 - runs: 1 + timeout: 300 + runs: 4 diff --git a/README.rst b/README.rst index 65cff8c..6d08794 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ A python module for interacting with various parts of Steam_. -Supports Python ``2.7+`` and ``3.4+``. +Supports Python ``2.7+`` and ``3.3+``. Documentation: http://steam.readthedocs.io/en/latest/ diff --git a/docs/intro.rst b/docs/intro.rst index f657a53..c377611 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -9,7 +9,7 @@ Intro - steam |version| A python module for interacting with various parts of Steam_. -Supports Python ``2.7+`` and ``3.4+``. +Supports Python ``2.7+`` and ``3.3+``. Main features ============= diff --git a/setup.py b/setup.py index 0cae798..a86c050 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', ],