8000 build compatible with python-3.10+ · winpython/winpython@04cff78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04cff78

Browse files
committed
build compatible with python-3.10+
1 parent 30e8052 commit 04cff78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/disthelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import imp
2626
from subprocess import Popen, PIPE
2727
import warnings
28-
from distutils.version import LooseVersion, StrictVersion
28+
# decrepited since Pythono-3.10: from distutils.version import LooseVersion, StrictVersion
2929

3030
# ==============================================================================
3131
# Module, scripts, programs

0 commit comments

Comments
 (0)
0