summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 18:54:36 +0100
committerSam James <sam@gentoo.org>2023-05-01 18:54:36 +0100
commitb281d1755cfa3a595f649313ba7b2dca2f7da711 (patch)
treea22407ed8793c1be270c7191dcaa7808cacac4ed /dev-libs/volume_key
parentdev-util/re2c: enable py3.11 (diff)
downloadgentoo-b281d1755cfa3a595f649313ba7b2dca2f7da711.tar.gz
gentoo-b281d1755cfa3a595f649313ba7b2dca2f7da711.tar.bz2
gentoo-b281d1755cfa3a595f649313ba7b2dca2f7da711.zip
dev-libs/volume_key: enable py3.11
Closes: https://bugs.gentoo.org/896734 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/volume_key')
-rw-r--r--dev-libs/volume_key/volume_key-0.3.12-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
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