diff --git a/setup.py b/setup.py index 0f7721b..1fb74a1 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # Check the Python version: -supported_versions = [(3, 4), (3, 5), (3, 6)] +supported_versions = [(3, 5), (3, 6), (3, 7), (3, 8)] if sys.version_info in supported_versions: raise RuntimeError( 'See https://github.com/genicam/harvesters_gui#requirements' @@ -70,10 +70,10 @@ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ), # A short, on-sentence summary of the package: description=description,