commit: 76759debcb615a3d54b7465a01747b6e0f0b3399 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com> AuthorDate: Thu May 20 13:06:40 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 20 20:12:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76759deb
dev-python/netifaces: bump to python 3.10 - merged and tested using upstream test file at https://github.com/al45tair/netifaces/blob/master/test.py Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/netifaces/netifaces-0.10.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/netifaces/netifaces-0.10.9.ebuild b/dev-python/netifaces/netifaces-0.10.9.ebuild index 9e27eeaef54..9d457ffccb7 100644 --- a/dev-python/netifaces/netifaces-0.10.9.ebuild +++ b/dev-python/netifaces/netifaces-0.10.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1
