summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 19:31:20 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:31:20 +0200
commit46f4adbf57ff62fde5cece79f9d7599a9cc4a007 (patch)
tree89c28e1661191433548f947b815b8ea5cf7c342c /dev-python/oslo-concurrency
parentdev-python/fasteners: Enable py3.13 (diff)
downloadgentoo-46f4adbf57ff62fde5cece79f9d7599a9cc4a007.tar.gz
gentoo-46f4adbf57ff62fde5cece79f9d7599a9cc4a007.tar.bz2
gentoo-46f4adbf57ff62fde5cece79f9d7599a9cc4a007.zip
dev-python/oslo-concurrency: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-concurrency')
-rw-r--r--dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
index 55eb491289a2..51aad141098b 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-6.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi