1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-06-11 19:35:28 +02:00

Update PYTHON_COMPAT

This commit is contained in:
2026-06-01 20:26:39 +02:00
parent a70a9e3ecb
commit cbea509b5a
55 changed files with 55 additions and 286 deletions
+1 -1
View File
@@ -1 +1 @@
EBUILD wmdocklib-9999.ebuild 591 BLAKE2B f861069ee83c376e771a92ca695da3c3edaf5ad33834caa51d23ea2441de07577f166343fc0534e29b60fcd2f7f80bfcb9d0a5b27107e717188d8f15abfe8946 SHA512 cd8f97c4a10c4b5dd0c9e8743cff5bf5c1e946af62fecf58c8d82a2daff227515390d94e8b816da5a5c2043af25f1e19749dff602d6f8831e292f7fef65d2bc7
EBUILD wmdocklib-9999.ebuild 591 BLAKE2B 9d1c6613b2b237a60b800b256855ec98f3ac852279e773e1410413a3ac83f137abb122fca6e3a28e296b84f8a5773e6d6104bc1ef54953d9b77d34b20b30f2da SHA512 3c5dc80f16ad27309ff5394d66ae19e2d96eaa25af9b3410e62157556853412a7d89afdae9fdb72a684dcc0f2031ecc8f61cdb1eac07f7e17d0274f30b815f00
+1 -1
View File
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..15} )
inherit git-r3
inherit distutils-r1