diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-18 06:27:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-18 06:27:22 +0100 |
commit | dac2ba577f76721b8df9c026ff2d03e87ebf0f0b (patch) | |
tree | 6f01657333eb7b883cea14208214adb8f82d74c4 /dev-python/pygccxml | |
parent | dev-python/yarl: Bump to 1.17.2 (diff) | |
download | gentoo-dac2ba577f76721b8df9c026ff2d03e87ebf0f0b.tar.gz gentoo-dac2ba577f76721b8df9c026ff2d03e87ebf0f0b.tar.bz2 gentoo-dac2ba577f76721b8df9c026ff2d03e87ebf0f0b.zip |
dev-python/pygccxml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygccxml')
-rw-r--r-- | dev-python/pygccxml/pygccxml-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygccxml/pygccxml-2.5.0.ebuild b/dev-python/pygccxml/pygccxml-2.5.0.ebuild index ade79ae8d672..aceef8890670 100644 --- a/dev-python/pygccxml/pygccxml-2.5.0.ebuild +++ b/dev-python/pygccxml/pygccxml-2.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |