We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c317d2 commit 37052e0Copy full SHA for 37052e0
.travis.yml
@@ -1,14 +1,14 @@
1
os: linux
2
-dist: xenial
+dist: bionic
3
language: python
4
cache: pip
5
6
python:
7
-#- '2.7'
8
- '3.6'
9
-- '3.7'
10
-- '3.8'
+#- '3.7'
+#- '3.8'
11
- '3.9'
+- '3.10'
12
13
install:
14
- make install
setup.cfg
@@ -19,6 +19,7 @@ classifiers =
19
Programming Language :: Python :: 3.7
20
Programming Language :: Python :: 3.8
21
Programming Language :: Python :: 3.9
22
+ Programming Language :: Python :: 3.10
23
Topic :: Software Development :: Libraries :: Python Modules
24
keywords = email address validator
25
0 commit comments