From 00492e700c57f9f4f1c203cc689b1d5dd2a0200e Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 27 Jun 2015 23:50:50 +0200 Subject: [PATCH] Make python 3 the default. Today is the day :) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 04a7f910..e75e6122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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