dev-python/pyroute2: enable python3_11

Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/28445
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Henning Schild
2022-11-27 10:24:24 +01:00
committed by Andrew Ammerlaan
parent cea9a32d1a
commit e7c8e2ff7b

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8,9,10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1