-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
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
Labels
No labels