diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-16 14:36:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-16 15:22:35 +0300 |
commit | 44e058b5b1b88bb8114b10c0da12c4eb4b0179e3 (patch) | |
tree | f38135ba12ff3df324fbb56a7825a59aa0e17683 /dev-python/pytest-tornado | |
parent | dev-python/websocket-client: enable py3.11 (diff) | |
download | gentoo-44e058b5b1b88bb8114b10c0da12c4eb4b0179e3.tar.gz gentoo-44e058b5b1b88bb8114b10c0da12c4eb4b0179e3.tar.bz2 gentoo-44e058b5b1b88bb8114b10c0da12c4eb4b0179e3.zip |
dev-python/pytest-tornado: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tornado')
-rw-r--r-- | dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild index 43d04d408248..65f1e345f8e8 100644 --- a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild +++ b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |