Skip to content

Commit 1285936

Browse files
Clipping python version to <3.13 (#234)
1 parent 3350248 commit 1285936

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
@@ -3,7 +3,7 @@ name = "spikewrap"
33
authors = [{name = "Joe Ziminski", email= "[email protected]"}]
44
description = "Run extracellular electrophysiology analysis with SpikeInterface"
55
readme = "README.md"
6-
requires-python = ">=3.9.0"
6+
requires-python = ">=3.9.0, <3.13"
77
dynamic = ["version"]
88

99
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)