diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:21:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:22:54 -0500 |
commit | a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead (patch) | |
tree | c3106ef385b0345ee9ac7382df71212245898692 /dev-python/rtslib-fb | |
parent | sys-libs/libxcrypt: enable py3.12 (diff) | |
download | gentoo-a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead.tar.gz gentoo-a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead.tar.bz2 gentoo-a7b6252ee9d4ec4e2c47437f9bb952f8bc5bdead.zip |
dev-python/rtslib-fb: enable py3.12
Closes: https://bugs.gentoo.org/929507
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/rtslib-fb')
-rw-r--r-- | dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild index 75d5a13393cc..b60489000794 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.76.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 systemd pypi |