We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efb271 commit 5529dadCopy full SHA for 5529dad
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3 :: Only",
16
]
17
requires-python = ">=3.8"
18
-dependencies = ["click", "pytask>=0.3"]
+dependencies = ["click", "pytask>=0.3,<0.4"]
19
dynamic = ["version"]
20
21
[project.readme]
tox.ini
@@ -7,7 +7,7 @@ package = editable
7
8
[testenv:typing]
9
extras = typing
10
-commands = mypy
+commands = - mypy
11
12
[testenv:test]
13
extras = test
0 commit comments