diff options
author | 2023-11-19 09:27:53 +0100 | |
---|---|---|
committer | 2023-11-19 09:27:53 +0100 | |
commit | 34edd9c2df882726b4504167daa4cb2a5f37d1ea (patch) | |
tree | 1a53c020c94cd345bb2d82b1444da26c8c06400a /net-nntp | |
parent | dev-python/tavern: Enable py3.12 (diff) | |
download | gentoo-34edd9c2df882726b4504167daa4cb2a5f37d1ea.tar.gz gentoo-34edd9c2df882726b4504167daa4cb2a5f37d1ea.tar.bz2 gentoo-34edd9c2df882726b4504167daa4cb2a5f37d1ea.zip |
net-nntp/sabnzbd: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-4.0.3.ebuild b/net-nntp/sabnzbd/sabnzbd-4.0.3.ebuild index 1c692de73502..9fd7edca031f 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.0.3.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" inherit optfeature python-single-r1 systemd |