diff options
author | 2024-05-18 09:18:58 +0200 | |
---|---|---|
committer | 2024-05-18 09:26:01 +0200 | |
commit | b7ed733baf715a81929aada2d45c5cae39ee0592 (patch) | |
tree | 6c8f5852466df1f2336d24e6e14ba23d51b1e8f5 /dev-python/pycdio | |
parent | dev-python/pyasyncore: Enable py3.13 (diff) | |
download | gentoo-b7ed733baf715a81929aada2d45c5cae39ee0592.tar.gz gentoo-b7ed733baf715a81929aada2d45c5cae39ee0592.tar.bz2 gentoo-b7ed733baf715a81929aada2d45c5cae39ee0592.zip |
dev-python/pycdio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycdio')
-rw-r--r-- | dev-python/pycdio/pycdio-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycdio/pycdio-2.1.1-r1.ebuild b/dev-python/pycdio/pycdio-2.1.1-r1.ebuild index 48f92c3847e4..4fd44fc961b7 100644 --- a/dev-python/pycdio/pycdio-2.1.1-r1.ebuild +++ b/dev-python/pycdio/pycdio-2.1.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |