Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLExtract no longer support Python 3.6 because of filelock recent changes #115

Open
za opened this issue Jan 6, 2022 · 0 comments
Open

Comments

@za
Copy link
Contributor

za commented Jan 6, 2022

Hi @lipoja I see this ERROR on my project:

  File "/home/zaki/git/blue/eggs/urlextract-1.5.0-py3.6.egg/urlextract/cachefile.py", line 19, in <module>
    import filelock                                                     
  File "/home/zaki/git/blue/eggs/filelock-3.4.2-py3.6.egg/filelock/__init__.py", line 8
    from __future__ import annotations                                                     
    ^                                                                                       
SyntaxError: future feature annotations is not defined 

I suggest we need to show which Python version we support. Currently filelock is dropping support for Python3.6 https://py-filelock.readthedocs.io/en/latest/changelog.html#v3-4-2-2021-12-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant