Skip to content

Commit 7b13a13

Browse files
hugovkencukou
andauthored
Deprecate for recommended five years
Co-authored-by: Petr Viktorin <[email protected]>
1 parent ddb6a2b commit 7b13a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ctypes/macholib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def __getattr__(name):
1010
if name == "__version__":
1111
from warnings import _deprecated
1212

13-
_deprecated("__version__", remove=(3, 17))
13+
_deprecated("__version__", remove=(3, 20))
1414
return "1.0" # Do not change
1515
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")

0 commit comments

Comments
 (0)