diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 10:47:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 11:40:53 +0200 |
commit | 3aace0eda4dc880d3eab3792f31927fa44fa87ee (patch) | |
tree | 022715d4876427015a38b49d0e2c8cfa2dd9b8a5 | |
parent | dev-python/pytest-localserver: Enable py3.13 (diff) | |
download | gentoo-3aace0eda4dc880d3eab3792f31927fa44fa87ee.tar.gz gentoo-3aace0eda4dc880d3eab3792f31927fa44fa87ee.tar.bz2 gentoo-3aace0eda4dc880d3eab3792f31927fa44fa87ee.zip |
dev-python/pytest-ordering: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild index 53e3e7edf836..b2f03be453d3 100644 --- a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild +++ b/dev-python/pytest-ordering/pytest-ordering-0.6-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=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |