voluptuous v0.13.1 Release Notes

  • ๐Ÿ›  Fixes:

    • #439: Ignore Enum if it is unavailable
    • #456: Fix email regex match for Python 2.7

    ๐Ÿ†• New:

    • #457: Enable github actions
    • #462: Convert codebase to adhere to flake8 W504 (PEP 8)
    • #459: Enable flake8 in github actions
    • โœ… #464: pytest migration + enable Python 3.10