dev-python/pypugjs: enable py3.11

Closes: https://github.com/mgorny/python-bump-testing/issues/47
Closes: https://bugs.gentoo.org/896838
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-03-07 09:13:50 +00:00
parent 986f76fb3a
commit 7a0d397af7

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 optfeature