Skip to content

Commit 3e66118

Browse files
committed
change the target version to 3.11
1 parent f97633d commit 3e66118

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
"__pycache__",
2929
"docs",
3030
]
31-
target-version = "py312"
31+
target-version = "py311"
3232

3333
extend-include = ["*.ipynb"]
3434
line-length = 100

Diff for: xarray_array_testing/tests/test_cubed.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from contextlib import ContextManager, nullcontext
1+
from contextlib import AbstractContextManager as ContextManager
2+
from contextlib import nullcontext
23

34
import cubed
45
import cubed.random

0 commit comments

Comments
 (0)