Skip to content

Commit 17c56d9

Browse files
keitherskinemkleehammer
authored andcommitted
drop py34 add py37 py38 to setup.py
1 parent 46108ca commit 17c56d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ def main():
102102
'Programming Language :: Python :: 2',
103103
'Programming Language :: Python :: 2.7',
104104
'Programming Language :: Python :: 3',
105-
'Programming Language :: Python :: 3.4',
106105
'Programming Language :: Python :: 3.5',
107106
'Programming Language :: Python :: 3.6',
107+
'Programming Language :: Python :: 3.7',
108+
'Programming Language :: Python :: 3.8',
108109
'Topic :: Database',
109110
],
110111

0 commit comments

Comments
 (0)