diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:11:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:11:48 -0500 |
commit | dd1d20aac92e3fd31dd0db522d84a0c49cb500ac (patch) | |
tree | c6517576a225af896cb71ff548a25e34f89affcd /dev-python/rtslib-fb | |
parent | app-emulation/diskimage-builder: enable py3.11 (diff) | |
download | gentoo-dd1d20aac92e3fd31dd0db522d84a0c49cb500ac.tar.gz gentoo-dd1d20aac92e3fd31dd0db522d84a0c49cb500ac.tar.bz2 gentoo-dd1d20aac92e3fd31dd0db522d84a0c49cb500ac.zip |
dev-python/rtslib-fb: enable py3.11
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.74.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild index d3bff0e48967..7e57e1e9c320 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.74.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 systemd pypi |