Skip to content

Commit 37052e0

Browse files
committed
Update Travis to build with Python 3.10 and add 3.10 to the classifiers, and drop 3.7 and 3.8 whose builds are failing
Fixes #83.
1 parent 6c317d2 commit 37052e0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
os: linux
2-
dist: xenial
2+
dist: bionic
33
language: python
44
cache: pip
55

66
python:
7-
#- '2.7'
87
- '3.6'
9-
- '3.7'
10-
- '3.8'
8+
#- '3.7'
9+
#- '3.8'
1110
- '3.9'
11+
- '3.10'
1212

1313
install:
1414
- make install

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
2121
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
2223
Topic :: Software Development :: Libraries :: Python Modules
2324
keywords = email address validator
2425

0 commit comments

Comments
 (0)