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 a8312b4 commit 8e328b4Copy full SHA for 8e328b4
setup.py
@@ -6,6 +6,8 @@
6
7
__author__ = 'Christian Kellner, Achilleas Koutsou'
8
9
+if sys.version_info.major < 3 and sys.version_info.minor < 6:
10
+ sys.exit('Sorry, nixio requires python >= 3.6!')
11
12
with open('README.rst') as f:
13
description_text = f.read()
0 commit comments