Skip to content

Update support for Python, Django and DRF libs #27

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
wants to merge 2 commits into from

Conversation

gertjanol
Copy link

This PR updates the envs that get tested with current versions. I hope Travis agrees, as I'm unable to test everything locally :). It might be wise to start culling the list of DRF versions that you want to support, but I couldn't find an overview of which versions DRF itself still supports.

  • Drop support for Python 3.3
  • Drop support for Django 1.6, 1.7, 1.9, 1.10 (See 'Supported Versions' on
  • https://www.djangoproject.com/download/)
  • Drop support for DRF 2 (DRF 2 does not support Django 1.8 or newer)
  • Add support for DRF 3.2, 3.3, 3.4, 3.5, 3.6, 3.7
  • Add support for Django 1.11, 2.0
  • Add support for Python 3.6, 3.7

Gertjan Oude Lohuis added 2 commits December 11, 2017 14:24
Drop support for Python 3.3
Drop support for Django 1.6, 1.7, 1.9, 1.10 (See 'Supported Versions' on
https://www.djangoproject.com/download/)
Drop support for DRF 2 (DRF 2 does not support Django 1.8 or newer)
Add support for DRF 3.2, 3.3, 3.4, 3.5, 3.6, 3.7
Add support for Django 1.11, 2.0
Add support for Python 3.6, 3.7
@Maks3w
Copy link

Maks3w commented Nov 3, 2018

Supersede by #32

@jpadilla jpadilla closed this Nov 3, 2018
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 this pull request may close these issues.

3 participants