mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #2312] [MERGED] Added support for Python 3.9 and dropped <3.7 #2514
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2514
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:python3.9📝 Commits (1)
6a1c31cAdded 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.0can 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.