diff options
author | Sam James <sam@gentoo.org> | 2023-05-03 06:42:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 06:42:48 +0100 |
commit | d36aff50e65b579bdf21aa0a99a7477d99e88430 (patch) | |
tree | 2bf02a305e238ec7a70b57a7ae739088775d9525 /net-voip | |
parent | dev-cpp/ctemplate: enable py3.11 (diff) | |
download | gentoo-d36aff50e65b579bdf21aa0a99a7477d99e88430.tar.gz gentoo-d36aff50e65b579bdf21aa0a99a7477d99e88430.tar.bz2 gentoo-d36aff50e65b579bdf21aa0a99a7477d99e88430.zip |
net-voip/sipvicious: enable py3.11
Closes: https://bugs.gentoo.org/897154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/sipvicious/sipvicious-0.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-voip/sipvicious/sipvicious-0.3.4.ebuild b/net-voip/sipvicious/sipvicious-0.3.4.ebuild index 5f337c174cd3..14d8ef7e0698 100644 --- a/net-voip/sipvicious/sipvicious-0.3.4.ebuild +++ b/net-voip/sipvicious/sipvicious-0.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |