From 6c6167b6776e30686397ac62e036bdf5b10a1f40 Mon Sep 17 00:00:00 2001 From: Crest Date: Wed, 26 Oct 2022 14:43:10 +0200 Subject: [PATCH] Require py39-passlib instead of py38-passlib --- mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.yml b/mail.yml index 25fe2a8..b03606c 100644 --- a/mail.yml +++ b/mail.yml @@ -7,7 +7,7 @@ tasks: - name: Install passlib package: - name: py38-passlib + name: py39-passlib state: present - hosts: