diff --git a/README.md b/README.md index 601fadcb6..f509c1fa7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ node_modules/nw/nwjs/nwjs.app/Contents/MacOS/nwjs . # Configuring the Python Environment In order to run the Python code, a suitable runtime environment is required. -Python version 3.6 and later are currently supported. It is recommended that a +Python version 3.7 and later 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/pip/setup_pip.py b/pkg/pip/setup_pip.py index 79ae13446..7f716602e 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -75,11 +75,11 @@ setup( 'Development Status :: 5 - Production/Stable', # Supported programming languages - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ], keywords='pgadmin4,postgresql,postgres',