We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c3672 commit b217c93Copy full SHA for b217c93
.travis.yml
@@ -5,7 +5,6 @@ language: python
5
matrix:
6
include:
7
- python: "2.7"
8
- - python: "3.4"
9
- python: "3.5"
10
- python: "3.6"
11
- python: "3.7"
setup.py
@@ -70,8 +70,9 @@
70
71
'Programming Language :: SQL',
72
'Programming Language :: Python :: 2.7',
73
- 'Programming Language :: Python :: 3.4',
74
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
75
+ 'Programming Language :: Python :: 3.7',
76
77
'Topic :: Database',
78
'Topic :: Software Development',
0 commit comments