We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d7263 commit 91c3c5dCopy full SHA for 91c3c5d
setuptools/compat/py312.py
@@ -1,6 +1,6 @@
1
import sys
2
3
-if sys.version_info >= (3, 13):
+if sys.version_info >= (3, 12, 4):
4
# Python 3.13 should support `.pth` files encoded in UTF-8
5
# See discussion in https://github.com/python/cpython/issues/77102
6
PTH_ENCODING = "utf-8"
0 commit comments