Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63b8f3e

Browse filesBrowse files
committed
Requires at least Python 2.6
1 parent 4ace89c commit 63b8f3e
Copy full SHA for 63b8f3e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import distutils.errors
77
import setuptools
88

9-
if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000:
10-
raise distutils.errors.DistutilsError("Python 2.4 or newer is required")
9+
if not hasattr(sys, "hexversion") or sys.hexversion < 0x02060000:
10+
raise distutils.errors.DistutilsError("Python 2.6 or newer is required")
1111

1212
if os.name == "posix":
1313
from setup_posix import get_config

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.