Skip to content

1.3.0 not compatible with python 2.7 #91

@cormachallinanderilinx

Description

@cormachallinanderilinx

We deployed an application of ours which is still using python2.7 and pulls in the latest version of email-validator, the version 1.3.0 cause our application to crash.

See log:
File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/email_validator/__init__.py", line 255 def caching_resolver(*, timeout=None, cache=None): ^ SyntaxError: invalid syntax

The * in a function definition was only introduced in python3.

Reading your pypi docs it states python 2.7 or greater is supported
Requires: Python !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=2.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions