commit: db6ce08d9a01d41ae4ada0e222643204648ba9da
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat May 25 16:58:03 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat May 25 16:58:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db6ce08d
dev-python/azure-storage-blob: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
index 10b7e8ca4..cd00ee066 100644
--- a/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
+++ b/dev-python/azure-storage-blob/azure-storage-blob-12.17.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi