[PR #2312] [MERGED] Added support for Python 3.9 and dropped <3.7 #2514

Closed
opened 2026-02-27 12:11:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2312
Author: @jeromelebleu
Created: 7/5/2021
Status: Merged
Merged: 7/6/2021
Merged by: @tonioo

Base: masterHead: python3.9


📝 Commits (1)

  • 6a1c31c Added support for Python 3.9 and dropped <3.7

📊 Changes

4 files changed (+5 additions, -8 deletions)

View changed files

📝 .github/workflows/modoboa.yml (+1 -1)
📝 requirements.txt (+1 -3)
📝 setup.py (+2 -3)
📝 tox.ini (+1 -1)

📄 Description

djangorestframework-simplejwt==4.4.0 can not be installed with Python 3.9, thus dropping 3.5 and 3.6 is required since later versions do not support them anymore. By the way, Python 3.5 has reached end of life on September 13, 2020 and security updates for Python 3.6 will ending on December 2021.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2312 **Author:** [@jeromelebleu](https://github.com/jeromelebleu) **Created:** 7/5/2021 **Status:** ✅ Merged **Merged:** 7/6/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `python3.9` --- ### 📝 Commits (1) - [`6a1c31c`](https://github.com/modoboa/modoboa/commit/6a1c31c9baa8658dade1ac80553d9bbf1bd80f66) Added support for Python 3.9 and dropped <3.7 ### 📊 Changes **4 files changed** (+5 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/modoboa.yml` (+1 -1) 📝 `requirements.txt` (+1 -3) 📝 `setup.py` (+2 -3) 📝 `tox.ini` (+1 -1) </details> ### 📄 Description `djangorestframework-simplejwt==4.4.0` can not be installed with Python 3.9, thus dropping 3.5 and 3.6 is required since later versions do not support them anymore. By the way, Python 3.5 has reached end of life on September 13, 2020 and security updates for Python 3.6 will ending on December 2021. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2514
No description provided.