summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-23 08:38:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-23 08:55:21 +0200
commitf2806fffca5ef8604a8229abe80f2ee69ce938e7 (patch)
tree6a9ce12b15d878b2f05d7546824a219d9d12d460 /dev-python/pytest-subtesthack
parentdev-python/pytest-subtesthack: Use PEP517 build (diff)
downloadgentoo-f2806fffca5ef8604a8229abe80f2ee69ce938e7.tar.gz
gentoo-f2806fffca5ef8604a8229abe80f2ee69ce938e7.tar.bz2
gentoo-f2806fffca5ef8604a8229abe80f2ee69ce938e7.zip
dev-python/pytest-subtesthack: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-subtesthack')
-rw-r--r--dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r2.ebuild b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r2.ebuild
index 665164757961..9bff61945a25 100644
--- a/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r2.ebuild
+++ b/dev-python/pytest-subtesthack/pytest-subtesthack-0.1.2-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1