summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-25 08:27:31 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-25 20:19:20 +0300
commitb0cd6a6a00051e090340b4c5d52159f84fa08678 (patch)
treea3593a3d7964705b4f1b8033137f11536da9102c /app-doc
parentdev-python/environs: add 9.3.4, enable py3.10 (diff)
downloadgentoo-b0cd6a6a00051e090340b4c5d52159f84fa08678.tar.gz
gentoo-b0cd6a6a00051e090340b4c5d52159f84fa08678.tar.bz2
gentoo-b0cd6a6a00051e090340b4c5d52159f84fa08678.zip
app-doc/devmanual: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/devmanual/devmanual-0_pre20210118.ebuild2
-rw-r--r--app-doc/devmanual/devmanual-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/devmanual/devmanual-0_pre20210118.ebuild b/app-doc/devmanual/devmanual-0_pre20210118.ebuild
index 1170493b93eb..c0d0cc2866b8 100644
--- a/app-doc/devmanual/devmanual-0_pre20210118.ebuild
+++ b/app-doc/devmanual/devmanual-0_pre20210118.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1 readme.gentoo-r1
DESCRIPTION="The Gentoo Development Guide"
diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild
index d5af3bf8fd76..9f8b6b8defcd 100644
--- a/app-doc/devmanual/devmanual-9999.ebuild
+++ b/app-doc/devmanual/devmanual-9999.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=(python3_{7,8,9})
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1 readme.gentoo-r1
DESCRIPTION="The Gentoo Development Guide"