From 3df9d83e7eac5b1a4c109e28032ed6a08ee6bbc0 Mon Sep 17 00:00:00 2001 From: Wu-Jung Lee Date: Sun, 29 Dec 2024 15:27:17 -0800 Subject: [PATCH] set max python version <3.12 (#1422) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 67972f4db..8271f5baf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - # Programming Language :: Python :: 3.11 # TODO: add back 3.11 once parsed2zarr is fixed + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering author = Wu-Jung Lee author_email = leewujung@gmail.com @@ -29,7 +29,7 @@ platforms = any py_modules = _echopype_version include_package_data = True -python_requires = >=3.9 +python_requires = >=3.9, <3.12 setup_requires = setuptools_scm