diff options
author | 2024-04-13 13:31:50 -0400 | |
---|---|---|
committer | 2024-04-13 13:31:50 -0400 | |
commit | bda2d70de332b255ccf10315e891d476a2d90865 (patch) | |
tree | 9b082fffc774e75211919e60b2f2ff6e19887dc2 /dev-python/azure-core | |
parent | dev-python/PGPy: treeclean (diff) | |
download | guru-bda2d70de332b255ccf10315e891d476a2d90865.tar.gz guru-bda2d70de332b255ccf10315e891d476a2d90865.tar.bz2 guru-bda2d70de332b255ccf10315e891d476a2d90865.zip |
dev-python/azure-core: enable py3.12
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/azure-core')
-rw-r--r-- | dev-python/azure-core/azure-core-1.27.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/azure-core/azure-core-1.28.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/azure-core/azure-core-1.27.1.ebuild b/dev-python/azure-core/azure-core-1.27.1.ebuild index ca8bc3340..6daaa3e57 100644 --- a/dev-python/azure-core/azure-core-1.27.1.ebuild +++ b/dev-python/azure-core/azure-core-1.27.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 optfeature pypi diff --git a/dev-python/azure-core/azure-core-1.28.0.ebuild b/dev-python/azure-core/azure-core-1.28.0.ebuild index ca8bc3340..6daaa3e57 100644 --- a/dev-python/azure-core/azure-core-1.28.0.ebuild +++ b/dev-python/azure-core/azure-core-1.28.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 optfeature pypi |