]> source.dussan.org Git - jgit.git/commit
Migrate to python 3 59/1196659/2
authorDaniele Sassoli <danielesassoli@gmail.com>
Mon, 24 Jun 2024 08:16:57 +0000 (09:16 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 27 Jun 2024 23:10:17 +0000 (01:10 +0200)
commitd8f450aebb26cd1179ff39d0198a34b38a358b67
treeda6a582adb197f6e38989f4fb514f9f83082370d
parent025ef8dfd9a3437e4c234430ce2a062ddfb01fc9
Migrate to python 3

Given that on most systems Python is still linked to the Python 2.7,
switch explicitly to using Python 3.

Python 2.7 was discontinued on January 1, 2020: [1].

Moreover, there is PEP recommending to use python3 in the shebang: [2].

[1] https://www.python.org/doc/sunset-python-2
[2] https://www.python.org/dev/peps/pep-0394

Change-Id: Idd3ed567b0384c6ff0a6121ad736f8af4c0f85e0
.bazelrc
tools/workspace_status.py