dev-python/rtslib-fb: enable py3.11

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2023-05-03 10:11:48 -05:00
parent 77a886f81c
commit dd1d20aac9

View File

@@ -4,7 +4,7 @@
EAPI=7
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 systemd pypi