Diff tmuxp-1.27.1 with a tmuxp-1.30.1

/usr/portage/app-misc/tmuxp/tmuxp-1.30.1.ebuild 2023-10-09 14:52:28.824368333 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
PYTHON_COMPAT=( python3_{9..12} )
7 7
DISTUTILS_USE_PEP517=poetry
8 8
inherit distutils-r1
9 9

  
......
17 17

  
18 18
RDEPEND="
19 19
	>=app-misc/tmux-3.0a
20
	=dev-python/libtmux-0.21.0*[${PYTHON_USEDEP}]
20
	=dev-python/libtmux-0.23.2*[${PYTHON_USEDEP}]
21 21
	>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
22 22
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
23 23
"
Thank you!