diff options
author | 2024-06-28 15:33:01 +0200 | |
---|---|---|
committer | 2024-06-28 15:36:14 +0200 | |
commit | aa025b579fd1c7b9d810c458e0a2f09ebf6af68f (patch) | |
tree | 93bf98b21335c394550c340ef8eb3afddd32a5b9 /dev-python/pytest-tornado | |
parent | dev-python/mapbox_earcut: enable py3.13 (diff) | |
download | gentoo-aa025b579fd1c7b9d810c458e0a2f09ebf6af68f.tar.gz gentoo-aa025b579fd1c7b9d810c458e0a2f09ebf6af68f.tar.bz2 gentoo-aa025b579fd1c7b9d810c458e0a2f09ebf6af68f.zip |
dev-python/pytest-tornado: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tornado')
-rw-r--r-- | dev-python/pytest-tornado/pytest-tornado-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-tornado/pytest-tornado-0.8.1-r1.ebuild b/dev-python/pytest-tornado/pytest-tornado-0.8.1-r1.ebuild index adf8e04497c9..922371f901e6 100644 --- a/dev-python/pytest-tornado/pytest-tornado-0.8.1-r1.ebuild +++ b/dev-python/pytest-tornado/pytest-tornado-0.8.1-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 |