From 53b1b1ade8a6c4ff82d52dcaea955303db026314 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 24 Mar 2019 20:52:41 -0700 Subject: [PATCH] Bump python version used for writing/testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71840ab..66ecc88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## Installation **Dependencies:** -* python 3 (written and tested with 3.5) +* python 3 (written and tested with 3.7) * ctypes * typing (for type annotations)