Skip to content

Commit

Permalink
Update Travis to build with Python 3.10 and add 3.10 to the classifie…
Browse files Browse the repository at this point in the history
…rs, and drop 3.7 and 3.8 whose builds are failing

Fixes #83.
  • Loading branch information
JoshData committed Sep 15, 2022
1 parent 6c317d2 commit 37052e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: linux
dist: xenial
dist: bionic
language: python
cache: pip

python:
#- '2.7'
- '3.6'
- '3.7'
- '3.8'
#- '3.7'
#- '3.8'
- '3.9'
- '3.10'

install:
- make install
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
keywords = email address validator

Expand Down

0 comments on commit 37052e0

Please sign in to comment.