We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f876 commit 3df9d83Copy full SHA for 3df9d83
setup.cfg
@@ -17,7 +17,7 @@ classifiers =
17
Programming Language :: Python :: 3 :: Only
18
Programming Language :: Python :: 3.9
19
Programming Language :: Python :: 3.10
20
- # Programming Language :: Python :: 3.11 # TODO: add back 3.11 once parsed2zarr is fixed
+ Programming Language :: Python :: 3.11
21
Topic :: Scientific/Engineering
22
author = Wu-Jung Lee
23
author_email = [email protected]
@@ -29,7 +29,7 @@ platforms = any
29
py_modules =
30
_echopype_version
31
include_package_data = True
32
-python_requires = >=3.9
+python_requires = >=3.9, <3.12
33
setup_requires =
34
setuptools_scm
35
0 commit comments