Diff catalyst-3.0.21-r1 with a catalyst-3.0.22-r1

/usr/portage/dev-util/catalyst/catalyst-3.0.22-r1.ebuild 2023-10-09 14:52:30.948368387 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
12 12
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
13 13
fi
14 14

  
15
PYTHON_COMPAT=( python3_{9..10} )
15
PYTHON_COMPAT=( python3_{9..11} )
16 16
DISTUTILS_USE_SETUPTOOLS=no
17 17

  
18 18
inherit distutils-r1 ${SRC_ECLASS}
Thank you!