Skip to content

Commit e4aba0e

Browse files
pjbullCopilot
andauthored
Update cloudpathlib/cloudpath_info.py
Co-authored-by: Copilot <[email protected]>
1 parent 3472b49 commit e4aba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudpathlib/cloudpath_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from typing import TYPE_CHECKING
44

5-
if sys.version_info <= (3, 14):
5+
if sys.version_info < (3, 14):
66
from pathlib_abc import PathInfo
77
else:
88
from pathlib.types import PathInfo

0 commit comments

Comments
 (0)