chore: update PyPy to 7.3.4 except on Windows (#666)
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net> Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
This commit is contained in:
co-authored by
Yannick Jadoul
parent
a405608801
commit
63bb5e61f0
@@ -114,9 +114,7 @@ class PyPyVersions:
|
||||
self.releases = [
|
||||
r
|
||||
for r in releases
|
||||
if not r["pypy_version"].is_prerelease
|
||||
and not r["pypy_version"].is_devrelease
|
||||
and not r["pypy_version"] == Version("7.3.4")
|
||||
if not r["pypy_version"].is_prerelease and not r["pypy_version"].is_devrelease
|
||||
]
|
||||
self.arch = arch_str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user