We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97633d commit 3e66118Copy full SHA for 3e66118
pyproject.toml
@@ -28,7 +28,7 @@ exclude = [
28
"__pycache__",
29
"docs",
30
]
31
-target-version = "py312"
+target-version = "py311"
32
33
extend-include = ["*.ipynb"]
34
line-length = 100
xarray_array_testing/tests/test_cubed.py
@@ -1,4 +1,5 @@
1
-from contextlib import ContextManager, nullcontext
+from contextlib import AbstractContextManager as ContextManager
2
+from contextlib import nullcontext
3
4
import cubed
5
import cubed.random
0 commit comments