Skip to content

Commit

Permalink
Update nibabel/nifti1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Sep 8, 2024
1 parent bb978c1 commit 398488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/nifti1.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import numpy as np
import numpy.linalg as npl

if sys.version_info <= (3, 12):
if sys.version_info < (3, 13):
from typing_extensions import Self, TypeVar # PY312
else:
from typing import Self, TypeVar
Expand Down

0 comments on commit 398488e

Please sign in to comment.