Skip to content

Commit 3df9d83

Browse files
authored
set max python version <3.12 (#1422)
1 parent f97f876 commit 3df9d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
20-
# Programming Language :: Python :: 3.11 # TODO: add back 3.11 once parsed2zarr is fixed
20+
Programming Language :: Python :: 3.11
2121
Topic :: Scientific/Engineering
2222
author = Wu-Jung Lee
2323
author_email = [email protected]
@@ -29,7 +29,7 @@ platforms = any
2929
py_modules =
3030
_echopype_version
3131
include_package_data = True
32-
python_requires = >=3.9
32+
python_requires = >=3.9, <3.12
3333
setup_requires =
3434
setuptools_scm
3535

0 commit comments

Comments
 (0)