1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-06-12 11:55: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 pywmtemp-9999.ebuild 541 BLAKE2B f66dcd7bb2419c6e7ff86b71744a1b56bcbce401e6309237bc01bb27c497010a976e74462d81fab0d58c282a732cec83db63038dc0f593b7aa2ab9446f564f1b SHA512 2174ac1318f01bb2696a933783c5cb2c6172210548185a5f93d8db3c71464971cfc3a983c69315537fad75006c1b8cb56c4359c0df9a30c575df8a751e237739
EBUILD pywmtemp-9999.ebuild 541 BLAKE2B 95799b256b773cc401d006e3dadec873a32e85e8147ddf8d8316efec38f96f2511567197a122546a20e7e4c9b9bf9b04911462f3c8bdab7433aef7dbd13c0840 SHA512 0d5a3f11e62538343b95f81e7181f6e1857ec87a705f835a20670cc20685fda38286873ffeb9d61b0435877b07eb8f09cba445bdf91859ddb4ec609d93715664
+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