Remove EOL Python, Django and DRF versions#754
Remove EOL Python, Django and DRF versions#754Andrew-Chen-Wang merged 2 commits intojazzband:masterfrom
Conversation
|
Hey @Andrew-Chen-Wang, Can you take a look at this PR? Thanks! |
|
Python 3.12 has been released and This is not blocking, but this PR will ease python 3.12 upgrade 🙂 |
| drf-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] | ||
| python-version: [ '3.8', '3.9', '3.10', '3.11'] | ||
| django-version: ['3.2', '4.1', '4.2'] | ||
| drf-version: ['3.12', '3.13', '3.14'] |
There was a problem hiding this comment.
does drf 3.14 support django 4.2?
There was a problem hiding this comment.
You're right, it does not officially. However, based on the conversations on DRF (encode/django-rest-framework#8942) it seems nothing breaks with Django 4.2 most of the times. Moreover, DRF 3.14 is already being tested with Django 4.2 here on master.
|
|
|
love it thank you! |
Remove all no longer supported Python, Django and DRF versions. Also fixes #684 as after Python 3.8 no workaround is necessary.
Closes #702