Skip to content

Commit

Permalink
drop to default python2.7 due to backwards compat issues
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliaw committed Jul 17, 2019
1 parent 41184aa commit 7ffa75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/pex_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pex_bin_attrs = _dmerge(pex_attrs, {
),
"entrypoint": attr.string(),
"script": attr.string(),
"interpreters": attr.string_list(default = ["python2.7", "python3.7"]),
"interpreters": attr.string_list(default = ["python2.7"]),
"platforms": attr.string_list(),
"use_wheels": attr.bool(default = True),
"verbosity": attr.int(default = 0),
Expand Down

0 comments on commit 7ffa75c

Please sign in to comment.