diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 14:40:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 15:13:40 +0300 |
commit | 8bb4d0e4dcfc774c99007df8bb1db081c54c44cc (patch) | |
tree | e30a3d1ab2f5bfce6a6a533bd509ac64b671c2f7 /dev-python/netifaces | |
parent | dev-python/netifaces: EAPI=8, PEP517, add basic test (diff) | |
download | gentoo-8bb4d0e4dcfc774c99007df8bb1db081c54c44cc.tar.gz gentoo-8bb4d0e4dcfc774c99007df8bb1db081c54c44cc.tar.bz2 gentoo-8bb4d0e4dcfc774c99007df8bb1db081c54c44cc.zip |
dev-python/netifaces: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@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 6b45f99cdef4..c6dcd19b9ef6 100644 --- a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild +++ b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |