Skip to content

Commit

Permalink
Remove CPython 3.3; add CPython 3.8
Browse files Browse the repository at this point in the history
All still running on Xenial.  I should probably add Windows, macOS,
and think about a few Ubuntu versions one day?
  • Loading branch information
da4089 committed Feb 19, 2020
1 parent b4e27c5 commit 9954b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.3
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
dist: xenial
sudo: true
install:
Expand Down

0 comments on commit 9954b48

Please sign in to comment.