dev-python/pytest-runner: enable py3.13

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-05-03 22:13:05 +02:00
parent bf26c681a9
commit 92c87c7510
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pytest-runner-6.0.0.tar.gz 15741 BLAKE2B b0967b3fd55f6cf46f2d693647354d2784cb1873e18721270445f6dbe0de8fffd308a5eed55639470496b5bc475572b524a71f882f63e6c97c3ec94e03a0bee1 SHA512 a3393cc283ba13fa53c76f501d7b8e27735c45ebcd09c263c277472d89e488cf94b704affae9b810e696e8d8fdf6b5acb39193c37fca6dab16cd24a3839e0389
EBUILD pytest-runner-6.0.0.ebuild 740 BLAKE2B 8411bade507731e4d41e92d2f3eb3529eb4cee4048c17d9a2e0b8f18476827055f69262f9a342c142d30607fc63783b819d8ba313603e33db6187fa0e43571f4 SHA512 872082d2d35f79b3ae036b93d62f013c11cf7fa3d7f6b73c93b4902c50840fe4143ce0182af2417dda6f9151fe2753de931a9422477f2b293111a8e0d3f31f24
EBUILD pytest-runner-6.0.0.ebuild 740 BLAKE2B e0cb6ebae28e365e60c20a51049dd63bc9ef2fbf9aef5c137cac7296538dd0671dcb6b8833c1653d448531b67ffb1067d9b8591c5b4348d0b766e64001be9e54 SHA512 2c02e0df073786ea95f92e6e38c77e4814e79c5b02fef267c96e8fa1abcf142dae7b6c035ced33e2578d1bb6072f1993fb9b3e118e9bf954464028e0645487d1
MISC metadata.xml 524 BLAKE2B 268c1352296cacc45aff446591f7c1e3db6e8e54dc055b1846b431735148a74394d95408e7ce84865f49605c00e651c38d1fcc4cf4a9e4f9da8d36f91fb067d9 SHA512 ed113c33013eef393eeefb1ab05b029494391ce5da58b711d64dc038ff2560aeacc7275fbcf75a3ca2234e37883550e6f944428c9a471b788077d85c684853e9

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi