diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-12-03 19:56:56 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-12-05 00:38:50 +0500 |
commit | 56e12d6847371afb8b15723226c73f9a8cc4416b (patch) | |
tree | d2d0a1836264faabcb6f80d612d4fa65621fae91 /dev-python/blurhash | |
parent | app-admin/gentoo_update: enable py3.12 (diff) | |
download | guru-56e12d6847371afb8b15723226c73f9a8cc4416b.tar.gz guru-56e12d6847371afb8b15723226c73f9a8cc4416b.tar.bz2 guru-56e12d6847371afb8b15723226c73f9a8cc4416b.zip |
dev-python/blurhash: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/blurhash')
-rw-r--r-- | dev-python/blurhash/blurhash-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blurhash/blurhash-1.1.4.ebuild b/dev-python/blurhash/blurhash-1.1.4.ebuild index e5c1d8507..282d96229 100644 --- a/dev-python/blurhash/blurhash-1.1.4.ebuild +++ b/dev-python/blurhash/blurhash-1.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |