diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-24 22:26:35 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-24 22:27:15 +0200 |
commit | 6bfd5598372c5a22b53f32fe456488421c841ce4 (patch) | |
tree | 8534ce036ed9572675962fe0b261df1239295dcd /dev-python | |
parent | dev-python/pyte: enable py3.13 (diff) | |
download | gentoo-6bfd5598372c5a22b53f32fe456488421c841ce4.tar.gz gentoo-6bfd5598372c5a22b53f32fe456488421c841ce4.tar.bz2 gentoo-6bfd5598372c5a22b53f32fe456488421c841ce4.zip |
dev-python/curtsies: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/curtsies/curtsies-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/curtsies/curtsies-0.4.2.ebuild b/dev-python/curtsies/curtsies-0.4.2.ebuild index 82216e9826e2..aef5c76bf170 100644 --- a/dev-python/curtsies/curtsies-0.4.2.ebuild +++ b/dev-python/curtsies/curtsies-0.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |