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