diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 09:54:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:09:18 +0200 |
commit | da23df689d0a954ea7456e2f0dd3ca6454bf4c92 (patch) | |
tree | 07a90b7ee53bab113e58a8fdb971a4e1ae2ddfa6 /dev-python/pysrt | |
parent | dev-python/pyrqlite: Enable py3.13 (diff) | |
download | gentoo-da23df689d0a954ea7456e2f0dd3ca6454bf4c92.tar.gz gentoo-da23df689d0a954ea7456e2f0dd3ca6454bf4c92.tar.bz2 gentoo-da23df689d0a954ea7456e2f0dd3ca6454bf4c92.zip |
dev-python/pysrt: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysrt')
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild b/dev-python/pysrt/pysrt-1.1.2-r1.ebuild index b4b7d124685c..b2496faaf35e 100644 --- a/dev-python/pysrt/pysrt-1.1.2-r1.ebuild +++ b/dev-python/pysrt/pysrt-1.1.2-r1.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=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild index 122ca75948b9..073b1378cfc9 100644 --- a/dev-python/pysrt/pysrt-9999.ebuild +++ b/dev-python/pysrt/pysrt-9999.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=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |