Skip to content

Commit 398488e

Browse files
authored
Update nibabel/nifti1.py
1 parent bb978c1 commit 398488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nifti1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import numpy as np
2323
import numpy.linalg as npl
2424

25-
if sys.version_info <= (3, 12):
25+
if sys.version_info < (3, 13):
2626
from typing_extensions import Self, TypeVar # PY312
2727
else:
2828
from typing import Self, TypeVar

0 commit comments

Comments
 (0)