django-user-management icon indicating copy to clipboard operation
django-user-management copied to clipboard

Drop support for old versions

Open LilyFirefly opened this issue 10 years ago • 3 comments

We currently support:

  • python
    • 2.7
    • 3.3
    • 3.4
  • django
    • 1.6
    • 1.7
    • 1.8
  • DRF
    • 3.1
    • 3.2

I think we should consider dropping support for the bold versions.

LilyFirefly avatar Sep 09 '15 11:09 LilyFirefly

@meshy

LilyFirefly avatar Sep 09 '15 11:09 LilyFirefly

What incompatibilities make supporting DRF 3.1 and python 3.3 harder?

meshy avatar Sep 09 '15 11:09 meshy

It's not just about incompatibilities. It also leads to a lot of test runs on travis - currently 11 (4 django * 3 python - 1). We should really include DRF 3.1 as well which would mean 22 or so.

LilyFirefly avatar Sep 09 '15 11:09 LilyFirefly