diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-12-21 20:29:54 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-12-21 20:29:54 +0100 |
| commit | 6112e96c1877862f15f3adcbf01bbcdb37adc2d0 (patch) | |
| tree | 10c35f1dcebf7239cd6f5de8d94b5bfd49687093 /dev-python | |
| parent | c5938c6915a376cdbbf5576101ce6871580bfabd (diff) | |
| download | gentoo-6112e96c1877862f15f3adcbf01bbcdb37adc2d0.tar.gz gentoo-6112e96c1877862f15f3adcbf01bbcdb37adc2d0.tar.bz2 gentoo-6112e96c1877862f15f3adcbf01bbcdb37adc2d0.zip | |
dev-python/keystoneauth1: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/keystoneauth1/keystoneauth1-5.11.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/keystoneauth1/keystoneauth1-5.11.1.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.11.1.ebuild index 1115e1185206..bf38da43da79 100644 --- a/dev-python/keystoneauth1/keystoneauth1-5.11.1.ebuild +++ b/dev-python/keystoneauth1/keystoneauth1-5.11.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi diff --git a/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild index 48e59a26ece3..91c452c2dac4 100644 --- a/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild +++ b/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pbr -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi |
