diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-11 08:28:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-11 08:34:52 +0200 |
commit | 1871aeae873ee7b48987d60520604668ecbbd0de (patch) | |
tree | de9ce6deb4e1581dfdadb0295b3db9952dbf08f3 /dev-python/autobahn | |
parent | dev-python/pytest-aiohttp: Enable py3.11 (diff) | |
download | gentoo-1871aeae873ee7b48987d60520604668ecbbd0de.tar.gz gentoo-1871aeae873ee7b48987d60520604668ecbbd0de.tar.bz2 gentoo-1871aeae873ee7b48987d60520604668ecbbd0de.zip |
dev-python/autobahn: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-22.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-22.5.1-r1.ebuild b/dev-python/autobahn/autobahn-22.5.1-r1.ebuild index b0aa9b524e50..1d5606fe61ec 100644 --- a/dev-python/autobahn/autobahn-22.5.1-r1.ebuild +++ b/dev-python/autobahn/autobahn-22.5.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature |