diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-20 10:21:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-20 10:50:27 +0200 |
commit | a02f5371cd300f17bd84edc638d220690295cba9 (patch) | |
tree | e14510035c4acd210d0c512c5ebb5db758281cd9 /dev-python/dictdiffer | |
parent | dev-ruby/tilt: Stabilize 2.2.0 amd64, #912476 (diff) | |
download | gentoo-a02f5371cd300f17bd84edc638d220690295cba9.tar.gz gentoo-a02f5371cd300f17bd84edc638d220690295cba9.tar.bz2 gentoo-a02f5371cd300f17bd84edc638d220690295cba9.zip |
dev-python/dictdiffer: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dictdiffer')
-rw-r--r-- | dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild index ce43e9660a18..679f3e140ee7 100644 --- a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild +++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 pypi DESCRIPTION="Dictdiffer is a library that helps you to diff and patch dictionaries" |