diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-04 04:41:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-04 04:42:02 +0200 |
commit | 6ba6347046ee582a6b7ba697e692944560cfc7c9 (patch) | |
tree | d4bbffea5a9b8396d6967b29cb3a08038b17faf3 /dev-python/gsd | |
parent | app-eselect/eselect-lib-bin-symlink: Correct license (diff) | |
download | gentoo-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.ebuild | 2 |
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 |