From cb880678ccdd90ea31b9d874c82bd240164d8aa0 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 20 Dec 2018 09:15:26 +0000 Subject: [PATCH] Python 2.6 support is officially deprecated. --- README | 4 ++-- pkg/mac/README.txt | 2 +- pkg/pip/setup_pip.py | 2 +- pkg/win32/README.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index f40dee976..df7e1d721 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Building the Runtime To build the runtime, the following packages must be installed: - 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: @@ -88,7 +88,7 @@ Configuring the Python Environment ---------------------------------- 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, rather than using the system Python environment. On Linux and Mac systems, the process is fairly simple - adapt as required for your distribution: diff --git a/pkg/mac/README.txt b/pkg/mac/README.txt index 987bf2492..06a7a2920 100644 --- a/pkg/mac/README.txt +++ b/pkg/mac/README.txt @@ -4,7 +4,7 @@ Building pgAdmin4.dmg on Mac OS X Required Packages (Either build the sources or get them from macports or similar): 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 - Qt 4 or 5 from http://www.qt.io/ diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py index 92df74ef0..693fcadfa 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -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="", # To package data files outside package directory. diff --git a/pkg/win32/README.txt b/pkg/win32/README.txt index cf33a2b68..fea1e5655 100644 --- a/pkg/win32/README.txt +++ b/pkg/win32/README.txt @@ -4,7 +4,7 @@ To generate a pgAdmin 4 installer for Windows bit, the following packages must be installed: 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 - Qt 4.6 through 5.5 from http://www.qt.io/