# HG changeset patch # User Franz Glasner # Date 1665041836 -7200 # Node ID c356842bd68cca7751fe7349c35138515a534583 # Parent a712910242ac34f03cd89f3d76c42e4705f4cf7e Also note the Python compatibility for the 3.7 compatibility level diff -r a712910242ac -r c356842bd68c pkg-descr --- a/pkg-descr Wed Oct 05 16:27:30 2022 +0200 +++ b/pkg-descr Thu Oct 06 09:37:16 2022 +0200 @@ -1,5 +1,5 @@ PyPy3 is a fast, compliant alternative implementation of the Python -language (3.8.13). It has several advantages and distinct features: +language (3.7.13, 3.8.13). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy3.