summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-08-24 09:31:27 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-08-24 21:19:27 +0300
commit4a5a1dee8bacc009f27a7aa803843def6e7f3476 (patch)
tree22e7d12875c4860c34f0227c47dccb17b6741237 /dev-python/flask-mail
parentdev-python/flask-mail: add github upstream metadata (diff)
downloadgentoo-4a5a1dee8bacc009f27a7aa803843def6e7f3476.tar.gz
gentoo-4a5a1dee8bacc009f27a7aa803843def6e7f3476.tar.bz2
gentoo-4a5a1dee8bacc009f27a7aa803843def6e7f3476.zip
dev-python/flask-mail: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flask-mail')
-rw-r--r--dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
index 578a3aa5cacd..ff1ef2743777 100644
--- a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
+++ b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_PN="Flask-Mail"