percy / percy-selenium-python

Percy visual testing for Python Selenium
MIT License
12 stars 4 forks source link

🐛 Use functools.lru_cache #14

Closed wwilsman closed 3 years ago

wwilsman commented 3 years ago

What is this

Fixes #13

functools.cache is only available in Python 3.9

functools.lru_cache is available since Python 3.6

CI was updated to run tests in all Python versions