summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-04 04:41:12 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-04 04:42:02 +0200
commit6ba6347046ee582a6b7ba697e692944560cfc7c9 (patch)
treed4bbffea5a9b8396d6967b29cb3a08038b17faf3 /dev-python/gsd
parentapp-eselect/eselect-lib-bin-symlink: Correct license (diff)
downloadgentoo-6ba6347046ee582a6b7ba697e692944560cfc7c9.tar.gz
gentoo-6ba6347046ee582a6b7ba697e692944560cfc7c9.tar.bz2
gentoo-6ba6347046ee582a6b7ba697e692944560cfc7c9.zip
dev-python/gsd: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gsd')
-rw-r--r--dev-python/gsd/gsd-3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gsd/gsd-3.1.1.ebuild b/dev-python/gsd/gsd-3.1.1.ebuild
index c9851b2e7559..444a21d246d2 100644
--- a/dev-python/gsd/gsd-3.1.1.ebuild
+++ b/dev-python/gsd/gsd-3.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1