We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8b973 commit 7afe8abCopy full SHA for 7afe8ab
.travis.yml
@@ -5,6 +5,7 @@ cache: pip
5
6
python:
7
- '2.7'
8
+- '3.4'
9
- '3.5'
10
- '3.6'
11
- '3.7'
setup.py
@@ -1,6 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
-import sys
4
from setuptools import setup, find_packages
from codecs import open
@@ -30,6 +29,8 @@
30
29
'Programming Language :: Python :: 3.4',
31
'Programming Language :: Python :: 3.5',
32
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
33
+ 'Programming Language :: Python :: 3.8',
34
],
35
36
keywords="email address validator",
0 commit comments