[PATCH] D69056: [LNT] Remove Python2 support

Tamar Christina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 03:54:46 PDT 2021


tnfchris added a comment.

In D69056#2981915 <https://reviews.llvm.org/D69056#2981915>, @thopre wrote:

> In D69056#2981910 <https://reviews.llvm.org/D69056#2981910>, @tnfchris wrote:
>
>> Thanks! this looks complete now.
>>
>> I guess the only question is, should we bump up the version number? to make a clear line in the sand? otherwise it's hard to tell people which version supports python 2 (in case they need to run an older one for whatever reason)? or more importantly, tell which one is python 3.
>
> Good point. We are currently in 0.4.2dev0 so perhaps we should tag a 0.4.2 first and then pass to 0.4.3dev0?

Perhaps `0.5` instead? that would give someone wanting to continue Python 2 support for whatever reason a way to continue in the `0.4.x` ranges?


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69056/new/

https://reviews.llvm.org/D69056



More information about the llvm-commits mailing list