diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-09-17 00:44:40 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-17 07:16:46 +0100 |
commit | 76ceea568d6cb94ee31e4280bedd3c32d1764ec3 (patch) | |
tree | ca3231a585445c22df71953c2e7e76cae56b1b1b /dev-vcs | |
parent | dev-python/qscintilla-python: 2.14.1 version bump (diff) | |
download | gentoo-76ceea568d6cb94ee31e4280bedd3c32d1764ec3.tar.gz gentoo-76ceea568d6cb94ee31e4280bedd3c32d1764ec3.tar.bz2 gentoo-76ceea568d6cb94ee31e4280bedd3c32d1764ec3.zip |
dev-vcs/tortoisehg: 6.5.1, add PYTHON_COMPAT=python3_12
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/32856
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild index 372918b6780f..fb677516f59d 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils |