diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-21 13:37:27 -0700 |
commit | a0a8b50540a1dbc9ab447d974e30ab94d6852084 (patch) | |
tree | c2a9ed92921b571623238fdeb3746df96d5c45de /python/BuildInstructionsLinuxOSX.md | |
parent | IceGridGUI start minimized in OS X (diff) | |
download | ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.bz2 ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.tar.xz ice-a0a8b50540a1dbc9ab447d974e30ab94d6852084.zip |
version fixes
Diffstat (limited to 'python/BuildInstructionsLinuxOSX.md')
-rw-r--r-- | python/BuildInstructionsLinuxOSX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/BuildInstructionsLinuxOSX.md b/python/BuildInstructionsLinuxOSX.md index e6ba526558f..f49d52db7d5 100644 --- a/python/BuildInstructionsLinuxOSX.md +++ b/python/BuildInstructionsLinuxOSX.md @@ -14,7 +14,7 @@ operating systems and compiler versions listed for our [supported platforms][2]. ### Python Versions -Ice for Python supports Python versions 2.6, 2.7, 3.3 or 3.4. Note however that +Ice for Python supports Python versions 2.6, 2.7, and 3.5. Note however that your Python installation must have been built with a C++ compiler that is compatible with the one used to build Ice for C++. |