Skip to content

Commit 6966588

Browse files
committed
Use python3 for bazel builds.
Python 2 is end of life'd.
1 parent 5961a54 commit 6966588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ cc_binary(
2222
deps = [
2323
"pytox.ld",
2424
"//c-toxcore",
25-
"@python2//:python",
25+
"@python3//:python",
2626
],
2727
)

0 commit comments

Comments
 (0)