Skip to content

Commit 813502d

Browse files
add py313 support
1 parent 7992f04 commit 813502d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.10
1717
Programming Language :: Python :: 3.11
1818
Programming Language :: Python :: 3.12
19+
Programming Language :: Python :: 3.13
1920

2021
[options]
2122
packages = find:
@@ -41,7 +42,7 @@ install_requires =
4142
typing-extensions
4243
wandb
4344
zarr
44-
python_requires = >=3.9, <3.13
45+
python_requires = >=3.9, <3.14
4546

4647
[options.entry_points]
4748
console_scripts =

0 commit comments

Comments
 (0)