Skip to content

Commit 563050b

Browse files
committed
Lower bound python version
1 parent f8ff671 commit 563050b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "ephys-link"
77
dynamic = ["version"]
88
description = "A Python Socket.IO server that allows any Socket.IO-compliant application to communicate with manipulators used in electrophysiology experiments."
99
readme = "README.md"
10-
requires-python = "3.13"
10+
requires-python = ">=3.13"
1111
license = "GPL-3.0-only"
1212
keywords = ["socket-io", "manipulator", "electrophysiology", "ephys", "sensapex", "neuroscience", "neurotech", "virtualbrainlab", "new-scale"]
1313
authors = [{ name = "Kenneth Yang", email = "[email protected]" }]

0 commit comments

Comments
 (0)