We support Python 3.8

This commit is contained in:
Dave Page 2020-04-24 16:20:25 +01:00
parent 64a26b560b
commit b7dad25d3e

View File

@ -90,7 +90,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
keywords='pgadmin4,postgresql,postgres',