From 48e8e07f8554bc16fa161ecfd8e14468323654e3 Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Mon, 13 Jun 2022 18:05:01 +0100 Subject: [PATCH] Modify setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 16c1f9f..f2c433b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ license_files = LICENSE [options] packages = find: include_package_data = True -python_requires = >=3.6 +python_requires = >=3.7 install_requires = numpy pyproj