diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:58:23 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 18:58:23 +0000 |
commit | 84fec5bc5ebea18751ed434f4dfbf639770b6a16 (patch) | |
tree | f0d8306e31fa5092bbc07d4710e34d9a86f28cda /dev-python | |
parent | dev-python/aiosignald: enable py3.13 (diff) | |
download | portage-84fec5bc5ebea18751ed434f4dfbf639770b6a16.tar.xz |
dev-python/blurhash-python: enable py3.13
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/blurhash-python/blurhash-python-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blurhash-python/blurhash-python-1.2.2.ebuild b/dev-python/blurhash-python/blurhash-python-1.2.2.ebuild index 035ee3a5..0e033576 100644 --- a/dev-python/blurhash-python/blurhash-python-1.2.2.ebuild +++ b/dev-python/blurhash-python/blurhash-python-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 |