From a8bdf0e446d0dd6433d530bc27cab3d3eb24d11b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 03:36:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 48a29b9..7d6d4bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,11 +16,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 [options] packages = find: @@ -38,7 +33,7 @@ install_requires = tifffile xarray zarr -python_requires = >=3.6 +python_requires = >=3.7 [options.extras_require] all =