summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 17:00:10 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 17:00:10 +0100
commitdce487ef844d7c007491a5fe52ac03df2c3f68a1 (patch)
treeb1255d33ee0020ee16920b6ba5844cc2e47a0950 /dev-python/cfn-lint
parentdev-python/sarif-om: Enable py3.12 (diff)
downloadgentoo-dce487ef844d7c007491a5fe52ac03df2c3f68a1.tar.gz
gentoo-dce487ef844d7c007491a5fe52ac03df2c3f68a1.tar.bz2
gentoo-dce487ef844d7c007491a5fe52ac03df2c3f68a1.zip
dev-python/cfn-lint: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cfn-lint')
-rw-r--r--dev-python/cfn-lint/cfn-lint-0.84.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cfn-lint/cfn-lint-0.84.0.ebuild b/dev-python/cfn-lint/cfn-lint-0.84.0.ebuild
index dcc388673e1f..237b8f7087d0 100644
--- a/dev-python/cfn-lint/cfn-lint-0.84.0.ebuild
+++ b/dev-python/cfn-lint/cfn-lint-0.84.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi