Skip to content

Commit 7afe8ab

Browse files
committed
python versions match between .travis.yml and setup.py
1 parent 8c8b973 commit 7afe8ab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache: pip
55

66
python:
77
- '2.7'
8+
- '3.4'
89
- '3.5'
910
- '3.6'
1011
- '3.7'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import sys
43
from setuptools import setup, find_packages
54
from codecs import open
65

@@ -30,6 +29,8 @@
3029
'Programming Language :: Python :: 3.4',
3130
'Programming Language :: Python :: 3.5',
3231
'Programming Language :: Python :: 3.6',
32+
'Programming Language :: Python :: 3.7',
33+
'Programming Language :: Python :: 3.8',
3334
],
3435

3536
keywords="email address validator",

0 commit comments

Comments
 (0)