diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-08 15:58:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-08 15:59:59 +0200 |
commit | 31a4951ee60874cadda4e82d023e7b77ec17baf1 (patch) | |
tree | c997930755ee725c717e2790d31eacec6549ab5d /net-misc/electrum | |
parent | games-strategy/colobot-data: Enable py3.11 (diff) | |
download | gentoo-31a4951ee60874cadda4e82d023e7b77ec17baf1.tar.gz gentoo-31a4951ee60874cadda4e82d023e7b77ec17baf1.tar.bz2 gentoo-31a4951ee60874cadda4e82d023e7b77ec17baf1.zip |
net-misc/electrum: Enable py3.11
Closes: https://bugs.gentoo.org/896454
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-4.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/electrum/electrum-4.3.4.ebuild b/net-misc/electrum/electrum-4.3.4.ebuild index 526eb9a1a6bd..eed810484cf7 100644 --- a/net-misc/electrum/electrum-4.3.4.ebuild +++ b/net-misc/electrum/electrum-4.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses?" inherit distutils-r1 xdg-utils |