commit: b281d1755cfa3a595f649313ba7b2dca2f7da711 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 17:54:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 17:54:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b281d175
dev-libs/volume_key: enable py3.11 Closes: https://bugs.gentoo.org/896734 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/volume_key/volume_key-0.3.12-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild index a1423fa1c6ec..18c154f282ef 100644 --- a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-single-r1
