Commit 96c71b85 authored by Yaya's avatar Yaya
Browse files

electron: fix a bug in update.py

The supported version range no longer gets cached as it gets out of
date pretty quickly.
parent 0a60ea14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -321,7 +321,6 @@ class ElectronChromedriverRepo(ElectronBinRepo):
# and it is rather pointless trying to update those.
#
# https://endoflife.date/electron
@memory.cache
def supported_version_range() -> range:
    """Returns a range of electron releases that have not reached end-of-life yet"""
    releases_json = json.loads(