diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-05 16:17:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-06 08:13:28 +0200 |
commit | 5ca6507fa1b2b3478e7297311642c9b43258339d (patch) | |
tree | b33979032e5454a3a81077353bf48aea3598637e /dev-python/comm | |
parent | dev-python/traitlets: enable py3.12 (diff) | |
download | gentoo-5ca6507fa1b2b3478e7297311642c9b43258339d.tar.gz gentoo-5ca6507fa1b2b3478e7297311642c9b43258339d.tar.bz2 gentoo-5ca6507fa1b2b3478e7297311642c9b43258339d.zip |
dev-python/comm: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/comm')
-rw-r--r-- | dev-python/comm/comm-0.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/comm/comm-0.1.3.ebuild b/dev-python/comm/comm-0.1.3.ebuild index 2cd365d938f4..e12ae2504780 100644 --- a/dev-python/comm/comm-0.1.3.ebuild +++ b/dev-python/comm/comm-0.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |