app-doc/devmanual: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2021-10-25 08:27:31 +03:00
parent 32abce5b5f
commit b0cd6a6a00
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"