Diff git-publish-1.8.0 with a git-publish-1.8.1

/usr/portage/dev-vcs/git-publish/git-publish-1.8.1.ebuild 2023-10-09 14:52:31.016368389 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
inherit python-single-r1
8 8

  
9 9
DESCRIPTION="Tool for preparing and storing patch revisions as git tag"
Thank you!