From 2392b692931e7847053c590bb70d34795aa30849 Mon Sep 17 00:00:00 2001 From: James Harle <jdha@noc.ac.uk> Date: Tue, 14 Jan 2020 12:04:06 +0000 Subject: [PATCH] Changing python version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 817d15d..052383f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [bdist_wheel] -python-tag = py38 +python-tag = py37 -- GitLab