Skip to content

Commit 771c43a

Browse files
committed
Remove restriction on upper limit of python
1 parent 13b2954 commit 771c43a

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
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "non_local_detector"
77
description = "A python package to decode non-local activity from neural data"
88
readme = "README.md"
9-
requires-python = ">=3.8,<3.11"
9+
requires-python = ">=3.8"
1010
license = { file = "LICENSE" }
1111
authors = [{ name = "Eric Denovellis", email = "[email protected]" }]
1212
classifiers = [

0 commit comments

Comments
 (0)