Skip to content

Commit b4a4c17

Browse files
committed
Debug macos build
1 parent 29aebba commit b4a4c17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from setuptools import setup, Extension
99

1010
if sys.version_info < (3, 6):
11-
raise RuntimeError('The C API from Python 3.6+ is required.')
11+
raise RuntimeError(
12+
'The C API from Python 3.6+ is required, found %s' % sys.version_info
13+
)
1214

1315
from configparser import ConfigParser
1416

0 commit comments

Comments
 (0)