Skip to content

Commit 6730c20

Browse files
author
Paul Senechko
committed
chore(travis-python3): use only modern pythons on CI
1 parent ae62a51 commit 6730c20

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
dist: xenial
1+
dist: bionic
22
language: python
33
python:
4-
- '2.7'
5-
- '3.5'
64
- '3.6'
75
- '3.7'
8-
- 'pypy'
9-
- 'pypy3.5'
6+
- '3.8'
7+
- '3.9'
8+
- 'pypy3'
109
before_install:
11-
- pip install "pip==18.0.0"
10+
- pip install "pip==21.1.1"
1211
- pip install pipenv
1312
install:
1413
- pipenv install --dev

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66

77
This is the python wrapper for the Lob.com API. See full Lob.com documentation [here](https://lob.com/docs/python). For best results, be sure that you're using [the latest version](https://lob.com/docs/python#version) of the Lob API and the latest version of the python wrapper.
88

9-
This library supports active Python releases (i.e., versions which have not reached their end of life), as well as PyPy and PyPy 3.
9+
This library supports active Python releases (i.e., versions which have not reached their end of life), as well as PyPy 3.
1010
The currently supported versions include:
1111

12-
* Python 2.7
13-
* Python 3.5
1412
* Python 3.6
1513
* Python 3.7
16-
* PyPy
14+
* Python 3.8
15+
* Python 3.9
1716
* PyPy 3
1817

1918
## Table of Contents

0 commit comments

Comments
 (0)