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

drop support for python 3.6 and 3.7 #9133

Closed
wants to merge 2 commits into from

Conversation

deronnax
Copy link
Contributor

@deronnax deronnax commented Oct 9, 2023

EDIT: as kiendang pointed out, the doctrine is to support the last 5 releases of Django. This means we still support django 3.2, which still supports python 3.6 and 3.7. This will come to an end ~Jun 2024, with the release of Django 5.2, where we won't support django 3.2 anymore.

To hold until the release of Django mid-2024 ,then.

@kiendang
Copy link
Contributor

Could also consider dropping Python 3.7 which has been EOL since June 2023 https://devguide.python.org/versions/

@deronnax
Copy link
Contributor Author

I discovered DRF still supports django 3.0 and django 3.1, which still support Python 3.6 and 3.7, but this django versions have been EOL for years. Support to django 3.0 and django 3.1 should maybe be removed before removing support for Python 3.6 and 3.7.

@kiendang
Copy link
Contributor

Yup according to #8518 (comment)

We aim each new release to arrive shortly after each Django release.

support for Django 3.0 and 3.1 along with Python 3.6 and 3.7 should be dropped for the next release.

@deronnax
Copy link
Contributor Author

OK, I will add the removal of python 3.7 in this MR.

@deronnax deronnax changed the title drop support for python 3.6 drop support for python 3.6 and 3.7 Jan 20, 2024
docs/index.md Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@deronnax
Copy link
Contributor Author

I wonder do I have the blacken-docs error. I do not have the markdown error on my branch. I wonder if the pre-commit tests aren't actually running against master.

@deronnax
Copy link
Contributor Author

deronnax commented May 2, 2024

@auvipy may I know why this closing?

@auvipy
Copy link
Member

auvipy commented May 2, 2024

Fixed in main branch 1f2daaf

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.

None yet

4 participants