From bf3519167ec6482e4d2ce246d8a236f73b142ed0 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sat, 2 Nov 2019 10:27:41 +0000 Subject: [PATCH] Document supported Python versions in README We support the versions that we test, therefore point to .travis.yml. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb990d9..998041e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Python library to interact with the [PDFTables.com](https://pdftables.com/api) API. +Supported versions of Python are listed in [.travis.yml](.travis.yml). + ## Installation