diff options
author | 2024-05-12 08:58:40 +0300 | |
---|---|---|
committer | 2024-05-12 09:02:50 +0300 | |
commit | 2aa23c69457b14b82abee6af8db4c460fe827eaa (patch) | |
tree | 726f64aad39c16434909a2abc41987b61d2e89b3 /net-libs | |
parent | net-im/telepathy-mission-control: enable py3.12 (diff) | |
download | gentoo-2aa23c69457b14b82abee6af8db4c460fe827eaa.tar.gz gentoo-2aa23c69457b14b82abee6af8db4c460fe827eaa.tar.bz2 gentoo-2aa23c69457b14b82abee6af8db4c460fe827eaa.zip |
net-libs/telepathy-glib: enable py3.12
Closes: https://bugs.gentoo.org/929712
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild index 0c10c1239adf..5466878f5741 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2 python-any-r1 vala virtualx |