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

Incompatibility with supported Django versions #42

Open
cormier opened this issue May 25, 2018 · 0 comments
Open

Incompatibility with supported Django versions #42

cormier opened this issue May 25, 2018 · 0 comments

Comments

@cormier
Copy link

cormier commented May 25, 2018

Tox tests against Django 1.5 up to Django 1.8

Those Django versions are not longer supported by the Django project team and receiving security fixes.

Only Django 1.11 and 2.x are supported at the moment.

However eulxml is incompatible with these versions: it uses a function, get_declared_fields, that has been deprecated and removed in Django 1.9

I believe we need to:

  1. Determine what Python and Django versions we want to support:

I suggest dropping support for the following versions of python:

  • 2.6 (python2 users are encouraged to migrate to 2.7)
  • 3.3 (it has reached end of life)

I suggest dropping support for django 1.5, 1.6, 1.7, 1.8 and 1.9 and supporting only 1.10, 1.11, 2.0.

1.11 and 2.0 are the only officially supported versions.

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