From 5a62062fe63386d08751d9aee0b98bd4ac69ac1e Mon Sep 17 00:00:00 2001 From: vpf26432 Date: Mon, 20 Mar 2023 13:44:31 +0000 Subject: [PATCH] reducing the version of python as 3.8 is not the requirment --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4a3f8f1..e8e2dad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,13 +29,13 @@ install_requires = pydantic requests packages = find: -python_requires = >=3.8 +python_requires = >=3.0 [options.extras_require] hdf5 = - hdf5plugin - h5py + hdf5plugin + h5py dev = codecov coverage