diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-16 14:26:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-16 15:22:34 +0300 |
commit | f3ee439185a8af58989a6f9a120066748114263d (patch) | |
tree | 49f79c4889ae64f82acc61a356363ccb5a7d2e40 /dev-python/pytest-tornasync | |
parent | dev-python/pandocfilters: enable py3.11, PEP517 (diff) | |
download | gentoo-f3ee439185a8af58989a6f9a120066748114263d.tar.gz gentoo-f3ee439185a8af58989a6f9a120066748114263d.tar.bz2 gentoo-f3ee439185a8af58989a6f9a120066748114263d.zip |
dev-python/pytest-tornasync: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tornasync')
-rw-r--r-- | dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild index eb035f62c0d5..729ab8e9b9f8 100644 --- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild +++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |