Make python 3 the default.

Today is the day :)
This commit is contained in:
Daniel Grunwald 2015-06-27 23:50:50 +02:00
parent 9f2244bbcf
commit 00492e700c
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ path = "python3-sys"
optional = true
[features]
# Maybe one day python 3 should be the default. But not this day.
default = ["python27-sys"]
default = ["python3-sys"]
# Optional features to support explicitly specifying python minor version.
# If you don't care which minor version, just specify python3-sys as a