summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-03 20:17:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-03 20:17:26 +0300
commit9f26d8be6e362b42a7adc4e37891f01eb038c6a7 (patch)
tree35d84dde1d6d524f3b39651426c2b0a03c318940 /dev-libs/libbytesize
parentdev-libs/libbytesize: add 2.8 (diff)
downloadgentoo-9f26d8be6e362b42a7adc4e37891f01eb038c6a7.tar.gz
gentoo-9f26d8be6e362b42a7adc4e37891f01eb038c6a7.tar.bz2
gentoo-9f26d8be6e362b42a7adc4e37891f01eb038c6a7.zip
dev-libs/libbytesize: disable py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r--dev-libs/libbytesize/libbytesize-2.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.8.ebuild b/dev-libs/libbytesize/libbytesize-2.8.ebuild
index 69cad4e8a433..aa695ce76b58 100644
--- a/dev-libs/libbytesize/libbytesize-2.8.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-r1