diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 19:27:49 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 20:07:12 +0200 |
| commit | 4b884485a4048f927428372f4d94a478b3c212e0 (patch) | |
| tree | d1b3b5cf8341de96d4d027e321ff60dc3eb863a3 /dev-python/libvirt-python | |
| parent | 242d4adc642b5c99fc46b0593f4b7f3bfb4558cb (diff) | |
dev-python/libvirt-python: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-10.3.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-10.3.0.ebuild b/dev-python/libvirt-python/libvirt-python-10.3.0.ebuild index 5c8628103631..2013ca02d675 100644 --- a/dev-python/libvirt-python/libvirt-python-10.3.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-10.3.0.ebuild @@ -12,7 +12,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 verify-sig if [[ ${PV} == *9999* ]]; then diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index cd5a82350d8e..9b1751db4dfd 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 verify-sig if [[ ${PV} == *9999* ]]; then |
