Skip to content

Commit

Permalink
set max python version <3.12 (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung authored Dec 29, 2024
1 parent f97f876 commit 3df9d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3df9d83

Please sign in to comment.