We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43ba5b commit 4366629Copy full SHA for 4366629
webknossos/pyproject.toml
@@ -10,7 +10,7 @@ homepage = "https://docs.webknossos.org/webknossos-py"
10
include = ["webknossos/version.py"] # included explicitly since it's in .gitignore
11
12
[tool.poetry.dependencies]
13
-python = "^3.7,>=3.7.1"
+python = ">=3.7.1,<3.9"
14
attrs = "^21.1.0"
15
boltons = "~21.0.0"
16
cattrs = "1.7.1"
0 commit comments