Will Django 6.0 support Python 3.10?

Hi.

I was just wondering will Django 6.0 (which will be released next year, still support python 3.10)?

Thank you in advance.

Django 6.0 will support Python 3.12+, since earlier versions will be EOL before the Django 6.2 LTS leaves security support.

The policy is documented in Django’s Installation FAQ:

Typically, we will support a Python version up to and including the first Django LTS release whose security support ends after security support for that version of Python ends. For example, Python 3.9 security support ends in October 2025 and Django 4.2 LTS security support ends in April 2026. Therefore Django 4.2 is the last version to support Python 3.9.

See also #36005 (Drop support for Python 3.10 & 3.11.) – Django

1 Like

Hi!

Okay, I see. Thank you very much for your response and help! I appreciate it!

1 Like