Skip to content

Commit bd151a8

Browse files
author
childish-sambino
authored
chore: add Python 3.8 to Travis (#104)
1 parent 966c12d commit bd151a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
dist: xenial # required for Python >= 3.7
12
language: python
23
python:
34
- '2.7'
45
- '3.4'
56
- '3.5'
67
- '3.6'
8+
- '3.7'
9+
- '3.8'
710
install:
811
- make install
912
- make test-install
@@ -24,4 +27,4 @@ deploy:
2427
branch: master
2528
condition: "$TRAVIS_TEST_RESULT = 0"
2629
tags: true
27-
python: "3.6"
30+
python: '3.6'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131
Prerequisites
3232
-------------
3333

34-
- Python version 2.7, 3.4, 3.5, or 3.6
34+
- Python version 2.7 or 3.4+
3535
- The SendGrid service, starting at the `free level`_
3636

3737
Install Package

0 commit comments

Comments
 (0)