Roundup Tracker - Issues

Issue 2551397

classification
Remove Python 3.6 support from list of supported versions
Type: behavior Severity: normal
Components: Documentation, Installation Versions:
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: : Blocker

Created on 2025-02-12 00:49 by rouilj, last changed 2025-05-11 22:09 by rouilj.

Messages
msg8342 Author: [hidden] (rouilj) Date: 2025-02-12 00:49
GitHub reports that the Ubuntu 20.04 runner used to test Python 3.6 in CI
is being retired.

If python 3.7 running on ubuntu 22.04 is possible, deploy the test and
change minimum version to python 3.7.

If not possible, change minimum python version to 3.8 which
is running on ubuntu-22.04 currently.
msg8382 Author: [hidden] (rouilj) Date: 2025-05-11 22:09
Python 3.7 is supported in github ci. Changed docs/setup.py to use 3.7.

changeset:   8313:3614cd64f4c4
History
Date User Action Args
2025-05-11 22:09:44rouiljsetstatus: new -> fixed
assignee: rouilj
resolution: fixed
messages: + msg8382
components: + Installation, Documentation
2025-02-12 00:49:41rouiljcreate