[GH-ISSUE #2064] Python 3.5 End Of Life #1512

Closed
opened 2026-02-27 11:17:28 +03:00 by kerem · 1 comment
Owner

Originally created by @kryskool on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2064

Some packages update not available in python 3.5, like

  • feeparser
  • dnspython
  • jsonfield

python 3.5 has reached its end of life

Are there any objections to removing it from the automated tests?

Originally created by @kryskool on GitHub (Oct 24, 2020). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2064 Some packages update not available in python 3.5, like - feeparser - dnspython - jsonfield python 3.5 has reached its end of life Are there any objections to removing it from the automated tests?
kerem 2026-02-27 11:17:28 +03:00
  • closed this issue
  • added the
    security
    label
Author
Owner

@kryskool commented on GitHub (Oct 24, 2020):

Some depracated warning present:

CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release ofcryptography. Please upgrade your Python.

  from cryptography.fernet import Fernet
<!-- gh-comment-id:716033152 --> @kryskool commented on GitHub (Oct 24, 2020): Some depracated warning present: ``` CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release ofcryptography. Please upgrade your Python. from cryptography.fernet import Fernet ```
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#1512
No description provided.