Skip to content

Commit 5529dad

Browse files
committed
Fix both errors.
1 parent 2efb271 commit 5529dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3 :: Only",
1616
]
1717
requires-python = ">=3.8"
18-
dependencies = ["click", "pytask>=0.3"]
18+
dependencies = ["click", "pytask>=0.3,<0.4"]
1919
dynamic = ["version"]
2020

2121
[project.readme]

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package = editable
77

88
[testenv:typing]
99
extras = typing
10-
commands = mypy
10+
commands = - mypy
1111

1212
[testenv:test]
1313
extras = test

0 commit comments

Comments
 (0)