diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:32:40 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:02 -0400 |
commit | c518ebefeebb7039ffc40ec1355cab554343f1c3 (patch) | |
tree | 71b50eee02578bd29faeccb263708f3c31755134 /net-irc | |
parent | net-im/telepathy-mission-control: Add Python 3.11 compatibility (diff) | |
download | gentoo-c518ebefeebb7039ffc40ec1355cab554343f1c3.tar.gz gentoo-c518ebefeebb7039ffc40ec1355cab554343f1c3.tar.bz2 gentoo-c518ebefeebb7039ffc40ec1355cab554343f1c3.zip |
net-irc/telepathy-idle: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild index 97a13adf6583..171075a08680 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 DESCRIPTION="Full-featured IRC connection manager for Telepathy" |