summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-11-10 10:03:15 +0100
committerHanno Böck <hanno@gentoo.org>2020-11-10 10:03:41 +0100
commite8f4ace655e3a1e4566128e59adbf8e4bc077156 (patch)
tree7f00a3dd4623a24ac06b14adcd4260b3f52c27ea /dev-python
parentx11-wm/icewm: Removed old (diff)
downloadgentoo-e8f4ace655e3a1e4566128e59adbf8e4bc077156.tar.gz
gentoo-e8f4ace655e3a1e4566128e59adbf8e4bc077156.tar.bz2
gentoo-e8f4ace655e3a1e4566128e59adbf8e4bc077156.zip
dev-python/authheaders: Enable Python 3.8 and 3.9
Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/authheaders/authheaders-0.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/authheaders/authheaders-0.13.0.ebuild b/dev-python/authheaders/authheaders-0.13.0.ebuild
index 606604702e6f..93712de76271 100644
--- a/dev-python/authheaders/authheaders-0.13.0.ebuild
+++ b/dev-python/authheaders/authheaders-0.13.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="A library wrapping email authentication header verification and generation."