summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-08-09 11:44:25 +0200
committerPacho Ramos <pacho@gentoo.org>2024-08-09 11:53:22 +0200
commit49eff955d6fb39713210f1c5b44a541f9200fd7e (patch)
treef863827811d37c1be9cc55e2088c30d228c515f3 /dev-util/gdbus-codegen
parentdev-libs/gobject-introspection: fix VariableOrderWrong warning (diff)
downloadgentoo-49eff955d6fb39713210f1c5b44a541f9200fd7e.tar.gz
gentoo-49eff955d6fb39713210f1c5b44a541f9200fd7e.tar.bz2
gentoo-49eff955d6fb39713210f1c5b44a541f9200fd7e.zip
dev-util/gdbus-codegen: enable py3.13
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/gdbus-codegen')
-rw-r--r--dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
index 38ca21ff9ba0..669a81431dcf 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.80.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
GNOME_ORG_MODULE="glib"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1