net-misc/rabbitmq-server: Enable py3.9 & py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-01 00:22:46 +02:00
parent a5f2572b08
commit c339fdbec8

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..10} )
inherit python-any-r1 systemd user