Skip to content

Commit 91c3c5d

Browse files
abravalheriAvasam
andauthored
Update setuptools/compat/py312.py
Co-authored-by: Avasam <[email protected]>
1 parent e2d7263 commit 91c3c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/compat/py312.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

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

0 commit comments

Comments
 (0)