summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 13:33:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-17 14:19:29 +0200
commitcda1b5a853705eb4b793af436a671c1d9407ab72 (patch)
treef6204cffdcaa90826513800e6c66e66a0d788819 /dev-python/pytest-codeblocks
parentdev-python/wcmatch: enable py3.11 (diff)
downloadgentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.tar.gz
gentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.tar.bz2
gentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.zip
dev-python/pytest-codeblocks: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pytest-codeblocks')
-rw-r--r--dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild
index 63e1535ce48a..6661d806043c 100644
--- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild
+++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1