diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 06:04:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 06:07:32 +0200 |
commit | cb00ac946539b486819cc08617000575ec22bdf2 (patch) | |
tree | cd396079ac9fcd818016b140d0884713a0aad874 /dev-python/netifaces | |
parent | dev-python/imageio-ffmpeg: Enable py3.12 (diff) | |
download | gentoo-cb00ac946539b486819cc08617000575ec22bdf2.tar.gz gentoo-cb00ac946539b486819cc08617000575ec22bdf2.tar.bz2 gentoo-cb00ac946539b486819cc08617000575ec22bdf2.zip |
dev-python/netifaces: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/netifaces-0.11.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild index 3629c99a436b..46e323797705 100644 --- a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild +++ b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |