summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-05 16:13:20 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-06 08:13:28 +0200
commit3f96d34807fcb416ca0a58065f09222221df71b0 (patch)
tree2d40f3f00996869b0156ed500ca099731f30a296 /dev-python/traitlets
parentdev-util/plan9port: add 0_pre20230331 (diff)
downloadgentoo-3f96d34807fcb416ca0a58065f09222221df71b0.tar.gz
gentoo-3f96d34807fcb416ca0a58065f09222221df71b0.tar.bz2
gentoo-3f96d34807fcb416ca0a58065f09222221df71b0.zip
dev-python/traitlets: 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/traitlets')
-rw-r--r--dev-python/traitlets/traitlets-5.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/traitlets/traitlets-5.9.0.ebuild b/dev-python/traitlets/traitlets-5.9.0.ebuild
index c8c03b9c559f..b0e0ab3aee78 100644
--- a/dev-python/traitlets/traitlets-5.9.0.ebuild
+++ b/dev-python/traitlets/traitlets-5.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi