diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:37:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 17:11:47 +0200 |
commit | f6a319cbefd77c04afcf06e0f833236921d74da1 (patch) | |
tree | 9e95b3fe032d88b6ac274503564fd4b409ec0b92 /dev-python/blessed | |
parent | dev-python/blake3-py-c: Enable py3.12 (diff) | |
download | gentoo-f6a319cbefd77c04afcf06e0f833236921d74da1.tar.gz gentoo-f6a319cbefd77c04afcf06e0f833236921d74da1.tar.bz2 gentoo-f6a319cbefd77c04afcf06e0f833236921d74da1.zip |
dev-python/blessed: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blessed')
-rw-r--r-- | dev-python/blessed/blessed-1.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blessed/blessed-1.20.0.ebuild b/dev-python/blessed/blessed-1.20.0.ebuild index 45a658eac8b3..dcd088cf7de8 100644 --- a/dev-python/blessed/blessed-1.20.0.ebuild +++ b/dev-python/blessed/blessed-1.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |