diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-04 16:50:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-04 19:03:10 +0100 |
commit | ab8d4ab6a53867585bb1616c74d268d3f397ddef (patch) | |
tree | 758c650e6860e9844004c38be296b2d7c9726d89 /dev-python/uncertainties | |
parent | dev-python/vdf: Enable py3.12 (diff) | |
download | gentoo-ab8d4ab6a53867585bb1616c74d268d3f397ddef.tar.gz gentoo-ab8d4ab6a53867585bb1616c74d268d3f397ddef.tar.bz2 gentoo-ab8d4ab6a53867585bb1616c74d268d3f397ddef.zip |
dev-python/uncertainties: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uncertainties')
-rw-r--r-- | dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild index c7d7ca2bd697..5c1abc030534 100644 --- a/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild +++ b/dev-python/uncertainties/uncertainties-3.1.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature pypi |