diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 10:47:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 11:40:55 +0200 |
commit | de5c8abd06975ff95a81222b680d193196a2953e (patch) | |
tree | d38cb37be4c825dd2619abf97ed54f5a937356a6 /dev-python | |
parent | dev-python/pytest-repeat: Enable py3.13 (diff) | |
download | gentoo-de5c8abd06975ff95a81222b680d193196a2953e.tar.gz gentoo-de5c8abd06975ff95a81222b680d193196a2953e.tar.bz2 gentoo-de5c8abd06975ff95a81222b680d193196a2953e.zip |
dev-python/pytest-order: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-order/pytest-order-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-order/pytest-order-1.2.1.ebuild b/dev-python/pytest-order/pytest-order-1.2.1.ebuild index f861ccc1aacd..daf0ce2a3030 100644 --- a/dev-python/pytest-order/pytest-order-1.2.1.ebuild +++ b/dev-python/pytest-order/pytest-order-1.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |