Skip to content

Commit

Permalink
reg: cache not in Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 17, 2024
1 parent a646475 commit a32cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcor_control/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def package_is_editable(name):
return False


@functools.cache
@functools.lru_cache()
def parse_compatible_versions():
"""Return a list of dicts containing compatible versions
Expand Down

0 comments on commit a32cd50

Please sign in to comment.