dev-python/azure-storage-blob: disable py3.8, py3.9

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-01-12 20:23:29 -05:00
parent d7602be0d0
commit 2e85863fde
2 changed files with 10 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1