Skip to content

Commit

Permalink
Mention PEP 632 in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 13, 2023
1 parent cd84e90 commit e391a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _distutils_hack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ def _remove_shim():


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

0 comments on commit e391a09

Please sign in to comment.