Skip to content

Commit

Permalink
Update setuptools/compat/py312.py
Browse files Browse the repository at this point in the history
Co-authored-by: Avasam <[email protected]>
  • Loading branch information
abravalheri and Avasam committed Aug 12, 2024
1 parent 7f1f28c commit 88a4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/compat/py312.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

if sys.version_info >= (3, 13):
if sys.version_info >= (3, 12, 4):
# Python 3.13 should support `.pth` files encoded in UTF-8
# See discussion in https://github.com/python/cpython/issues/77102
PTH_ENCODING = "utf-8"
Expand Down

0 comments on commit 88a4418

Please sign in to comment.