On Wed, Jun 9, 2021 at 8:46 AM Jon Ribbens via Python-list <python-list@python.org> wrote: > > On 2021-06-08, Grant Edwards <grant.b.edwa...@gmail.com> wrote: > > On 2021-06-08, Paul Bryan <pbr...@anode.ca> wrote: > >> How about Mailman 3.x on Python 3.x? > > > > According to https://www.gnu.org/software/mailman/requirements.html > > mailman 3.x still requires Python 2.7 for the archiver and the web UI. > > I'm pretty sure that's out of date.
Needs a Mailman expert to confirm, but this page does seem to imply that you can use Python 3.6+ (preferably 3.7+) for everything: https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-install Notably, mailman-web gets installed into the same venv as everything else, implying that it should be using the exact same Python version. ChrisA -- https://mail.python.org/mailman/listinfo/python-list