We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46108ca commit 17c56d9Copy full SHA for 17c56d9
setup.py
@@ -102,9 +102,10 @@ def main():
102
'Programming Language :: Python :: 2',
103
'Programming Language :: Python :: 2.7',
104
'Programming Language :: Python :: 3',
105
- 'Programming Language :: Python :: 3.4',
106
'Programming Language :: Python :: 3.5',
107
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
108
+ 'Programming Language :: Python :: 3.8',
109
'Topic :: Database',
110
],
111
0 commit comments