diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 17:57:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:34:01 +0200 |
commit | 9be5d25129573bbeb5a16e84cb53d7e85f1cd911 (patch) | |
tree | dd198f66782e4637d4c7f6a0fa8b9b9e4762ceb1 /dev-python/testpath | |
parent | dev-python/unittest-or-fail: Enable py3.11 (diff) | |
download | gentoo-9be5d25129573bbeb5a16e84cb53d7e85f1cd911.tar.gz gentoo-9be5d25129573bbeb5a16e84cb53d7e85f1cd911.tar.bz2 gentoo-9be5d25129573bbeb5a16e84cb53d7e85f1cd911.zip |
dev-python/testpath: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.6.0.ebuild b/dev-python/testpath/testpath-0.6.0.ebuild index c10460480dd5..ec0d110d4721 100644 --- a/dev-python/testpath/testpath-0.6.0.ebuild +++ b/dev-python/testpath/testpath-0.6.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 |