Closed wwilsman closed 3 years ago
Fixes #13
functools.cache is only available in Python 3.9
functools.cache
functools.lru_cache is available since Python 3.6
functools.lru_cache
CI was updated to run tests in all Python versions
What is this
Fixes #13
functools.cache
is only available in Python 3.9functools.lru_cache
is available since Python 3.6CI was updated to run tests in all Python versions