diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-20 19:44:19 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-20 20:01:29 +0200 |
commit | 39bb69b32846a13802ad6aeefadc9e2c1c4cd62d (patch) | |
tree | 280fc7402ec0a708ba176bad76dc5c6a8410c055 /dev-python | |
parent | dev-python/async_timeout: enable py3.11 (diff) | |
download | gentoo-39bb69b32846a13802ad6aeefadc9e2c1c4cd62d.tar.gz gentoo-39bb69b32846a13802ad6aeefadc9e2c1c4cd62d.tar.bz2 gentoo-39bb69b32846a13802ad6aeefadc9e2c1c4cd62d.zip |
dev-python/jeepney: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jeepney/jeepney-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jeepney/jeepney-0.8.0.ebuild b/dev-python/jeepney/jeepney-0.8.0.ebuild index ecdd6c9d5fcd..36a4c43e75e3 100644 --- a/dev-python/jeepney/jeepney-0.8.0.ebuild +++ b/dev-python/jeepney/jeepney-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |