Python finally offloads some batteries
Python finally offloads some batteries
Posted Mar 18, 2022 17:40 UTC (Fri) by NYKevin (subscriber, #129325)In reply to: Python finally offloads some batteries by logang
Parent article: Python finally offloads some batteries
> Most python packages only support of subset of python reasons for lots of good reasons.
In my experience, this "subset" is usually of the form "version 3.x or later" for some value of x (or, for a handful of very old libraries, "version 2.7.x only"). I don't believe I have seen a whole lot of libraries that set a maximum version, other than the ones which were never ported to 3.
