From 0c3cc03d00cdf8388df32498cd79e73d8e8d5cc5 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Wed, 26 Apr 2023 16:31:38 -0500 Subject: [PATCH] python version was slightly limited --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 40864fd..ba28a8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,7 +78,7 @@ install_requires = xarray setup_requires= setuptools_scm -python_requires = >= 3.8, <=3.11 +python_requires = >= 3.8 ################ Up until here [options.package_data]