Skip to content

Commit 4366629

Browse files
authored
restrict project to Python 3.7 and 3.8 (#715)
1 parent c43ba5b commit 4366629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://docs.webknossos.org/webknossos-py"
1010
include = ["webknossos/version.py"] # included explicitly since it's in .gitignore
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.7,>=3.7.1"
13+
python = ">=3.7.1,<3.9"
1414
attrs = "^21.1.0"
1515
boltons = "~21.0.0"
1616
cattrs = "1.7.1"

0 commit comments

Comments
 (0)