Skip to content

Commit ea63c6e

Browse files
committed
silence deprecat warnings.
1 parent 1913b40 commit ea63c6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.14

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ markers = [
166166
filterwarnings = [
167167
"ignore:'@pytask.mark.*. is deprecated:FutureWarning",
168168
"ignore:The --rsyncdir command line argument:DeprecationWarning",
169+
"ignore:'asyncio\\..*' is deprecated:DeprecationWarning",
169170
]
170171

171172
[tool.mypy]

0 commit comments

Comments
 (0)