diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-10 18:41:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-10 18:48:57 +0200 |
commit | 2dbf5fea35aaf6c91e86d59bcc62948588ca3ecd (patch) | |
tree | 0e946d11f0bb78f1eb43a086911116f87d08b700 /dev-python/characteristic | |
parent | dev-python/characteristic: EAPI 8, PEP517 (diff) | |
download | gentoo-2dbf5fea35aaf6c91e86d59bcc62948588ca3ecd.tar.gz gentoo-2dbf5fea35aaf6c91e86d59bcc62948588ca3ecd.tar.bz2 gentoo-2dbf5fea35aaf6c91e86d59bcc62948588ca3ecd.zip |
dev-python/characteristic: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild index ed2a14b90f2a..2693b044991c 100644 --- a/dev-python/characteristic/characteristic-14.3.0-r4.ebuild +++ b/dev-python/characteristic/characteristic-14.3.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |