summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-20 19:26:58 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-20 20:01:26 +0200
commit9860049e2c422b24d28dc30856d4c012e69acaab (patch)
tree93d0f2b370c98c64cd9b6314306bd7dcb1e7d4d8
parentapp-text/calibre: disable py3.10 for 5.16.1-r1 (diff)
downloadgentoo-9860049e2c422b24d28dc30856d4c012e69acaab.tar.gz
gentoo-9860049e2c422b24d28dc30856d4c012e69acaab.tar.bz2
gentoo-9860049e2c422b24d28dc30856d4c012e69acaab.zip
dev-python/pydbus: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/pydbus/pydbus-0.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pydbus/pydbus-0.6.0.ebuild b/dev-python/pydbus/pydbus-0.6.0.ebuild
index e0e4e179657e..e250f6ff769a 100644
--- a/dev-python/pydbus/pydbus-0.6.0.ebuild
+++ b/dev-python/pydbus/pydbus-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1