summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-17 13:18:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-10-17 13:18:16 +0200
commit5a593d8e415808cd5207a8092461180c24917df1 (patch)
treee26da57fbca2921b79e588258399c8f8eff850a8
parentdev-python/sarif_om: pep517, enable python3.11 (diff)
downloadgentoo-5a593d8e.tar.gz
gentoo-5a593d8e.tar.bz2
gentoo-5a593d8e.zip
dev-python/cfn-lint: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/cfn-lint/cfn-lint-0.67.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild
index 16f67b3a7ada..86e3c9ea0c3d 100644
--- a/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.67.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1