summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-09 21:04:54 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-09 21:05:35 +0200
commite821e3b2766f34f20581cd94bbcaf610ac825cf4 (patch)
tree2ab4c743e1122943f00ec15ec3e766908370c1e3
parentdev-python/html5lib: Eliminate dev-python/mock dep (diff)
downloadgentoo-e821e3b2766f34f20581cd94bbcaf610ac825cf4.tar.gz
gentoo-e821e3b2766f34f20581cd94bbcaf610ac825cf4.tar.bz2
gentoo-e821e3b2766f34f20581cd94bbcaf610ac825cf4.zip
dev-python/pytest-expect: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
index 9d7d3ff01846..3ac1fb105815 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
@@ -1,11 +1,11 @@
-# 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
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi