Skip to content

Commit e391a09

Browse files
committed
Mention PEP 632 in comment
1 parent cd84e90 commit e391a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_distutils_hack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ def _remove_shim():
223223

224224

225225
if sys.version_info < (3, 12):
226-
# DistutilsMetaFinder can only be disabled in Python < 3.12
226+
# DistutilsMetaFinder can only be disabled in Python < 3.12 (PEP 632)
227227
remove_shim = _remove_shim

0 commit comments

Comments
 (0)