[PATCH] D71085: [LNT] Declare support for Python 3.6+

Przemyslaw Wirkus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 7 15:06:24 PST 2019


PrzemekWirkus accepted this revision.
PrzemekWirkus added inline comments.
This revision is now accepted and ready to land.


================
Comment at: setup.py:131
 
-    python_requires='>=2.7',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
 )
----------------
thopre wrote:
> PrzemekWirkus wrote:
> > I've learnt a new thing today :)
> Are you aware of a more succint way?
No, this is the fist time I can this used this way. 
That's why I wrote that I've learnt a new thing (this was no sarcasm, or anything, just new thing for me).


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

https://reviews.llvm.org/D71085





More information about the llvm-commits mailing list