Skip to content

python 3.4 deprecated #658

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

Closed
n2ygk opened this issue Jun 7, 2019 · 0 comments · Fixed by #664
Closed

python 3.4 deprecated #658

n2ygk opened this issue Jun 7, 2019 · 0 comments · Fixed by #664

Comments

@n2ygk
Copy link
Contributor

n2ygk commented Jun 7, 2019

Python 3.4 is dropped by upstream DRF per encode/django-rest-framework#6620

We should drop it from DJA as well.

DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
Collecting https://github.com/encode/django-rest-framework/archive/master.zip
  Downloading https://github.com/encode/django-rest-framework/archive/master.zip
    ERROR: Complete output from command python setup.py egg_info:
    ERROR: 
    ==========================
    Unsupported Python version
    ==========================
    
    This version of Django REST Framework requires Python 3.5, but you're trying
    to install it on Python 3.4.
    
    This may be because you are using a version of pip that doesn't
    understand the python_requires classifier. Make sure you
    have pip >= 9.0 and setuptools >= 24.2, then try again:
    
        $ python -m pip install --upgrade pip setuptools
        $ python -m pip install djangorestframework
    
    This will install the latest version of Django REST Framework which works on
    your version of Python. If you can't upgrade your pip (or Python), request
    an older version of Django REST Framework:
    
        $ python -m pip install "django<3.10"
    ----------------------------------------

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

Successfully merging a pull request may close this issue.

1 participant