aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-02-06 13:54:00 +0100
committerChristian Tismer <tismer@stackless.com>2017-02-07 15:11:38 +0000
commit6b3ec3b8f9b3967b14685885fe4011496c6e34f7 (patch)
treef02451ee090d3394aeacc1f506d9cacbc9dd6a2f
parent4aad861e7cf6bf5a26434b3d734caeab102adae2 (diff)
Support python 3.6
The necessary support for python 3.6 is just changing the setup.py file. Task-number: PYSIDE-471 Change-Id: Id5c0ad67d1bb9d360f333a415bed65e62c30b53e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b4f24dc70..a3178a13c 100644
--- a/setup.py
+++ b/setup.py
@@ -67,9 +67,9 @@ For development purposes the following options might be of use, when using "setu
--ignore-git will skip the fetching and checkout steps for supermodule and all submodules.
REQUIREMENTS:
-- Python: 2.6, 2.7, 3.3, 3.4 and 3.5 is supported
+- Python: 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6 are supported
- Cmake: Specify the path to cmake with --cmake option or add cmake to the system path.
-- Qt: 4.6, 4.7 and 4.8 is supported. Specify the path to qmake with --qmake option or add qmake to the system path.
+- Qt: 5.5 and 5.6 are supported. Specify the path to qmake with --qmake option or add qmake to the system path.
OPTIONAL:
OpenSSL: You can specify the location of OpenSSL DLLs with option --opnessl=</path/to/openssl/bin>.
@@ -1210,6 +1210,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Database',
'Topic :: Software Development',
'Topic :: Software Development :: Code Generators',