dev-python/multi_key_dict: Add support for python3_11, drop it for python3_9

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-09-20 09:47:00 +02:00
parent b18e80dfc7
commit 3c5978e62a
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

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