We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54cddd commit 0e06828Copy full SHA for 0e06828
docs/source/installation.rst
@@ -11,7 +11,7 @@ Installation
11
$ gauge -v
12
13
.. note::
14
- ``getgauge`` package only supports ``python3.*``.
+ ``getgauge`` package supports ``python2.7`` and ``python3.*``.
15
16
17
Online Installation
setup.py
@@ -13,6 +13,7 @@
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
18
'Programming Language :: Python :: 3.1',
19
'Programming Language :: Python :: 3.2',
0 commit comments