diff options
author | 2023-07-28 18:09:58 +0200 | |
---|---|---|
committer | 2023-07-28 18:09:58 +0200 | |
commit | cc143fd40fb14cd6726a7c1b22620775f11c6b42 (patch) | |
tree | 7c0abc412de0d6a51ed7fea25c5eab59ca1268ed /dev-python/python-systemd | |
parent | dev-python/pyh2o: Enable py3.12 (diff) | |
download | gentoo-cc143fd40fb14cd6726a7c1b22620775f11c6b42.tar.gz gentoo-cc143fd40fb14cd6726a7c1b22620775f11c6b42.tar.bz2 gentoo-cc143fd40fb14cd6726a7c1b22620775f11c6b42.zip |
dev-python/python-systemd: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-systemd')
-rw-r--r-- | dev-python/python-systemd/python-systemd-235.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-systemd/python-systemd-235.ebuild b/dev-python/python-systemd/python-systemd-235.ebuild index 9b24f01a7b84..644e923c202c 100644 --- a/dev-python/python-systemd/python-systemd-235.ebuild +++ b/dev-python/python-systemd/python-systemd-235.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |