Discussion:
Python 3.7
Ajay Reddy
2018-09-04 15:40:37 UTC
Permalink
Hi --

Is Python 3.7 supported?

Ajay
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hocul Kwak
2018-09-05 04:39:46 UTC
Permalink
Python 3.7 is still not supported.

https://github.com/encode/django-rest-framework

REST framework requires the following:

- Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6)
- Django (1.10, 1.11, 2.0)
Post by Ajay Reddy
Hi --
Is Python 3.7 supported?
Ajay
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Carlton Gibson
2018-09-05 05:54:06 UTC
Permalink
There’s a PR adding CI coverage:

https://github.com/encode/django-rest-framework/pull/6141 <https://github.com/encode/django-rest-framework/pull/6141>

Bar an adjustment to a test, it all passes. You should be good to go.

If you find any issues, let us know on the issue tracker.
Post by hocul Kwak
Python 3.7 is still not supported.
https://github.com/encode/django-rest-framework <https://github.com/encode/django-rest-framework>
Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6)
Django (1.10, 1.11, 2.0)
Hi --
Is Python 3.7 supported?
Ajay
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Melvyn Drag
2018-09-16 04:53:39 UTC
Permalink
I'm working through the tutorial with django 2.1.1 and so far everything is
working fine. I've only just finished the first section though. Are you
sure 2.1.1 is not supported?

Furthermore, the documentation is for python2 and django 1.X, I could
update it if theres a place to do updates in some repo that someone could
point me to.
so far its just minor changes like includes and a few syntactic things.
Post by hocul Kwak
Python 3.7 is still not supported.
https://github.com/encode/django-rest-framework
- Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6)
- Django (1.10, 1.11, 2.0)
Post by Ajay Reddy
Hi --
Is Python 3.7 supported?
Ajay
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jason
2018-09-16 14:40:30 UTC
Permalink
If you look at the PR referred above, it is meant to add python 3.7
compatibility. Looking at the diffs, the only real issue is with
timedelta, all other changes are with updating testing configuration

As far as updating the docs, they're in the repository at
https://github.com/encode/django-rest-framework/tree/master/docs. Feel
free to do a PR with the changes :-)
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...