app-admin/reclass: update python compat

This commit is contained in:
2023-05-22 15:18:51 +03:00
parent eeefc0c7db
commit 771bb6e568
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1