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 1913b40 commit ea63c6eCopy full SHA for ea63c6e
.python-version
@@ -1 +1 @@
1
-3.12
+3.14
pyproject.toml
@@ -166,6 +166,7 @@ markers = [
166
filterwarnings = [
167
"ignore:'@pytask.mark.*. is deprecated:FutureWarning",
168
"ignore:The --rsyncdir command line argument:DeprecationWarning",
169
+ "ignore:'asyncio\\..*' is deprecated:DeprecationWarning",
170
]
171
172
[tool.mypy]
0 commit comments