net-misc/fb-client: Drop py 3.10

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-06-11 15:09:41 +02:00
parent 1abf627db4
commit b18cd315ca
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Copyright 2016-2022 Gentoo Authors
# Copyright 2016-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit python-r1

View File

@ -1,9 +1,9 @@
# Copyright 2016-2022 Gentoo Authors
# Copyright 2016-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit python-r1