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 bb978c1 commit 398488eCopy full SHA for 398488e
nibabel/nifti1.py
@@ -22,7 +22,7 @@
22
import numpy as np
23
import numpy.linalg as npl
24
25
-if sys.version_info <= (3, 12):
+if sys.version_info < (3, 13):
26
from typing_extensions import Self, TypeVar # PY312
27
else:
28
from typing import Self, TypeVar
0 commit comments