Update supported Python versions.

This commit is contained in:
Dave Page
2023-03-14 11:53:05 +00:00
parent d053742ca4
commit e408049bae
2 changed files with 3 additions and 3 deletions

View File

@@ -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',