Skip to content

Commit f61416b

Browse files
authored
Update setup.py - supports python3.11
1 parent 6fbf5d4 commit f61416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name=pkg_name.replace("_", "-"),
19-
python_requires=">=3.7, <3.11",
19+
python_requires=">=3.7, <3.12",
2020
version=__version__, # noqa F821
2121
description="Extracellular Array Electrophysiology DataJoint Element",
2222
long_description=long_description,

0 commit comments

Comments
 (0)