From 9e74c4c23c95439a99595fa3a28511b86496eea1 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Thu, 26 Jan 2017 19:02:15 +0100 Subject: [PATCH] adjusting supported python versions --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eed7802..f550688 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ also includes a serial client to directly read and parse smart meter data. Features -------- -DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.5. +DSMR Parser supports DSMR versions 2, 3, 4 and 5. It has been tested with Python 3.4 and 3.5. Examples diff --git a/tox.ini b/tox.ini index 1402405..75afbbe 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py35 +envlist = py34,py35,py36 [testenv] deps=