dev-python/ghp-import: Update python_compat. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit a78edd78af7e1ba8f577118a5951ad14f87a5516
DIR parent 6b332b5adbb6109d696594f6ca80974bec570a3f
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 15 May 2021 08:54:43 +0200
dev-python/ghp-import: Update python_compat.
Diffstat:
M dev-python/ghp-import/ghp-import-1… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dev-python/ghp-import/ghp-import-1.0.0.ebuild b/dev-python/ghp-import/ghp-import-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Easily import docs to your gh-pages branch"