alecthomas / voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
https://pypi.org/project/voluptuous
BSD 3-Clause "New" or "Revised" License
1.81k stars 219 forks source link

Remove python 3.8 support #514

Closed bdraco closed 3 months ago

bdraco commented 3 months ago

python 3.8 goes EOL in 2024-10

bdraco commented 3 months ago

If this is desired, I'll refactor https://github.com/alecthomas/voluptuous/pull/513#discussion_r1631837983 to use @functools.cache instead

alecthomas commented 3 months ago

Yep ship it!

bdraco commented 3 months ago

thanks