diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-08-04 14:32:05 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-06 12:04:49 +0100 |
commit | 40caf45c522289adbbc95fe46c17d660379c19d0 (patch) | |
tree | bddbafefd7fdad31b8251148674f907dea8ce350 /dev-libs/keystone | |
parent | dev-libs/keystone: drop 0.9.2-r2 (diff) | |
download | gentoo-40caf45c522289adbbc95fe46c17d660379c19d0.tar.gz gentoo-40caf45c522289adbbc95fe46c17d660379c19d0.tar.bz2 gentoo-40caf45c522289adbbc95fe46c17d660379c19d0.zip |
dev-libs/keystone: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37950
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.2-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/keystone/keystone-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/keystone/keystone-0.9.2-r3.ebuild b/dev-libs/keystone/keystone-0.9.2-r3.ebuild index 0edae53eacbe..3ac8106f976a 100644 --- a/dev-libs/keystone/keystone-0.9.2-r3.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake distutils-r1 flag-o-matic diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index c1e7b73fa5d4..a44f6c75a455 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake distutils-r1 flag-o-matic |