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 bed71c5 commit 0f2fbbbCopy full SHA for 0f2fbbb
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import Extension, setup
10
from setuptools.errors import CCompilerError, ExecError, PlatformError
11
12
-if sys.version_info >= (3, 10):
+if sys.version_info >= (3, 10): # noqa UP036
13
import sysconfig
14
else:
15
from distutils import sysconfig
0 commit comments