dev-util/devscripts: drop py3.8

py3.8 dropped on dep python-debian

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-12-01 20:49:07 +01:00
parent 1dbb4d3a5a
commit 99835817e4
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_OPTIONAL=true
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1