diff options
author | 2022-05-31 10:47:03 +0100 | |
---|---|---|
committer | 2022-05-31 11:14:09 +0100 | |
commit | 3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1 (patch) | |
tree | 94dec4aa57da1f57444dd05231b078c443048520 /dev-python/deprecation | |
parent | dev-python/filetype: enable py3.11 (diff) | |
download | gentoo-3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1.tar.gz gentoo-3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1.tar.bz2 gentoo-3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1.zip |
dev-python/deprecation: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/deprecation-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild b/dev-python/deprecation/deprecation-2.1.0.ebuild index 529761e3008a..394eae93dbec 100644 --- a/dev-python/deprecation/deprecation-2.1.0.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A library to handle automated deprecations" |