summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2024-03-05 11:39:00 +0000
committerMarek Szuba <marecki@gentoo.org>2024-03-05 13:27:16 +0000
commitc474c227f1c1af52e5dc71210981367b21a5621d (patch)
tree0bd30fd2f0696186d9df712d3584d164387ddaf4 /dev-python/pyotherside
parentapp-crypt/yubikey-manager: add 5.3.0 (diff)
downloadgentoo-c474c227f1c1af52e5dc71210981367b21a5621d.tar.gz
gentoo-c474c227f1c1af52e5dc71210981367b21a5621d.tar.bz2
gentoo-c474c227f1c1af52e5dc71210981367b21a5621d.zip
dev-python/pyotherside: enable py3.12
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pyotherside')
-rw-r--r--dev-python/pyotherside/pyotherside-1.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyotherside/pyotherside-1.6.0.ebuild b/dev-python/pyotherside/pyotherside-1.6.0.ebuild
index 41263ea70ea1..87976e85c0c7 100644
--- a/dev-python/pyotherside/pyotherside-1.6.0.ebuild
+++ b/dev-python/pyotherside/pyotherside-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit qmake-utils python-single-r1