diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 10:08:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 10:36:16 +0200 |
commit | e5f999f419e9bbc1a3ecd4d2abdb58cfa1ec25da (patch) | |
tree | cd29072206a7b7759af5fae38a4e0c2753d79411 /dev-python/decorator | |
parent | dev-python/urllib3: Enable py3.12 (diff) | |
download | gentoo-e5f999f419e9bbc1a3ecd4d2abdb58cfa1ec25da.tar.gz gentoo-e5f999f419e9bbc1a3ecd4d2abdb58cfa1ec25da.tar.bz2 gentoo-e5f999f419e9bbc1a3ecd4d2abdb58cfa1ec25da.zip |
dev-python/decorator: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-5.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-5.1.1-r1.ebuild b/dev-python/decorator/decorator-5.1.1-r1.ebuild index 43a3ae6cd5fa..da9513bf8585 100644 --- a/dev-python/decorator/decorator-5.1.1-r1.ebuild +++ b/dev-python/decorator/decorator-5.1.1-r1.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 |