From 5c9fe181572fb78506a3877250a2fa577ebf0ca9 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 15 Oct 2019 11:17:49 -0500 Subject: [PATCH] Travis config: bump python version --- .travis.yml | 2 +- README.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1b7d41..19bbbfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.5" + - "3.7" install: - pip install -r requirements.txt diff --git a/README.markdown b/README.markdown index 759e65a..2a10fa7 100644 --- a/README.markdown +++ b/README.markdown @@ -6,7 +6,7 @@ Let's say you want to read some sort of fiction. You're a fan of it, perhaps. Bu Setup --- -You need Python 3. +You need Python 3.6+. My recommended setup process is: