dev-python/codecov: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:21:29 +02:00 committed by Andreas Billmeier
parent b569f4c399
commit 0b3e259ad5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST codecov-2.1.12.gh.tar.gz 27160 BLAKE2B 93886b117bd0281f72f1bc14d1798ed526edec850ce3d900e505da1469e9bef59caccd449aef557dab7e9ea34c9990d4624d7ebfb9350f27990981223c7c9930 SHA512 fac34179ace4d4813ed71a5745e6ef8120d052fd7d7bef5548f80f7009f7b3242ec3aeb948f2125980ea932f130a2e81f742f47a3bd4f984726eaba16e1a7133
EBUILD codecov-2.1.12-r1.ebuild 841 BLAKE2B e6fd5777c420350546e5db6cf689106148540c9b60a0e7893d9319d1fd9e23864550331c651824b44e505182f5ea8b1219b41c20e161a7f49cf62d0c202aaa74 SHA512 febb55b3886d90946a9d874cfca0d10100a69f4f01fbe4db36ccca27ba7db7d91a98ff3fc081375c7479e2d844b023989a788c71517b673a59815ce2f4fe5c7b
EBUILD codecov-2.1.12-r1.ebuild 837 BLAKE2B 7997b1d5c7c7a6c56b7aca58468af1032d7460b6e761a9585291ae56bfb78a10360a4db407e4fda556f274af6ef630de86b7eb6fa065aecbfe7acdef57a835b6 SHA512 6192854fa31242943ec345f7ea305f1ceaf13c84e3233b23de8c5bcb8b248ea97ca71a39f7fc6d5fde0cdd12c52509a235c262e0ef3b479a8e39e60ec14f8fa4
MISC metadata.xml 509 BLAKE2B 997b08d67725238f708687b5f5a1a05da623a720046afc17afa110b2f3f4cd8258916d3e75c7374497a7d2bc782ad8ad50e9bf66c891e05875650ed9eeb882c3 SHA512 4154073bc04fd5b4a950ec63faaf8e63c91112c73080ffb60c0f54cc104c7b4b7887e919945cf5a12a3f8ab5470d39802e2b2f9384e7682db0faf5f30000612b

View File

@ -3,9 +3,9 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
inherit distutils-r1
DESCRIPTION="Hosted coverage reports for GitHub, Bitbucket and Gitlab"
HOMEPAGE="https://github.com/codecov/codecov-python https://pypi.org/project/codecov/"