Python 2.6 support is officially deprecated.

pull/19/head
Dave Page 2018-12-20 09:15:26 +00:00
parent 7515e08578
commit cb880678cc
4 changed files with 5 additions and 5 deletions

4
README
View File

@ -27,7 +27,7 @@ Building the Runtime
To build the runtime, the following packages must be installed: To build the runtime, the following packages must be installed:
- QT 4.6 or above - QT 4.6 or above
- Python 2.6, 2.7 or 3.4+ - Python 2.7 or 3.4+
Assuming both qmake and python-config are in the path: Assuming both qmake and python-config are in the path:
@ -88,7 +88,7 @@ Configuring the Python Environment
---------------------------------- ----------------------------------
In order to run the Python code, a suitable runtime environment is required. In order to run the Python code, a suitable runtime environment is required.
Python versions - Python 2.6, 2.7 or 3.3+ are currently supported. It is Python versions - Python 2.7 or 3.4+ are currently supported. It is
recommended that a Python Virtual Environment is setup for this purpose, recommended that a Python Virtual Environment is setup for this purpose,
rather than using the system Python environment. On Linux and Mac systems, the rather than using the system Python environment. On Linux and Mac systems, the
process is fairly simple - adapt as required for your distribution: process is fairly simple - adapt as required for your distribution:

View File

@ -4,7 +4,7 @@ Building pgAdmin4.dmg on Mac OS X
Required Packages (Either build the sources or get them from macports or similar): Required Packages (Either build the sources or get them from macports or similar):
1. Python installation 1. Python installation
- Python 2.6 or above from https://www.python.org/ - Python 2.7 or 3.4+ or above from https://www.python.org/
2. QT installation 2. QT installation
- Qt 4 or 5 from http://www.qt.io/ - Qt 4 or 5 from http://www.qt.io/

View File

@ -110,7 +110,7 @@ setup(
] ]
}, },
# Specify data files to be included. For Python 2.6 include them in MANIFEST.in # Specify data files to be included.
##package_data="", ##package_data="",
# To package data files outside package directory. # To package data files outside package directory.

View File

@ -4,7 +4,7 @@
To generate a pgAdmin 4 installer for Windows bit, the following packages must be installed: To generate a pgAdmin 4 installer for Windows bit, the following packages must be installed:
1. Python installation 1. Python installation
- Python 2.6 or above from https://www.python.org/ - Python 2.7 or 3.4+ or above from https://www.python.org/
2. QT installation 2. QT installation
- Qt 4.6 through 5.5 from http://www.qt.io/ - Qt 4.6 through 5.5 from http://www.qt.io/