diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-15 15:35:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-15 15:47:27 +0200 |
commit | 5b7b86ba0eb10224a1a7da52982199906066d6e1 (patch) | |
tree | 7a2c47308ff91ebd0a59cff3aa394089ac9a333e /dev-python/pytest-services | |
parent | dev-python/pylibmc: Enable py3.13 (diff) | |
download | gentoo-5b7b86ba0eb10224a1a7da52982199906066d6e1.tar.gz gentoo-5b7b86ba0eb10224a1a7da52982199906066d6e1.tar.bz2 gentoo-5b7b86ba0eb10224a1a7da52982199906066d6e1.zip |
dev-python/pytest-services: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-services')
-rw-r--r-- | dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild b/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild index 8d34daccb60b..2a82449994cd 100644 --- a/dev-python/pytest-services/pytest-services-2.2.1-r1.ebuild +++ b/dev-python/pytest-services/pytest-services-2.2.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=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |