1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-06-15 13:45:32 +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 pycatalog-9999.ebuild 474 BLAKE2B d556800d2669765a68fc91d58172a6200a875d8cb30ec8422555b0f46910b4caaa53afde71d96b93a5a71ad25cc3fa7ec61253899365aaa25a6861e440b0b549 SHA512 9417a983c0f84fcb8a4685a51813d0e566e385e8184cd93e2a6af4f65f3dc8a9429746225741b9b5031164e93457a34812c447c21d15cbfcfa5a5639e68025c7
EBUILD pycatalog-9999.ebuild 474 BLAKE2B dbe6fb8877a7237ff5761e94acd17fc1a4721b65cbc1573d56fbdd098d54ccd091d2529f853410e7ef82724016b6252736e5017aafba5022a799cdf5d4442a5e SHA512 2dbb2317b0d75db7ed119c8ed1098be5022595497ccae65f28223b0ec61d711c53dd1c349c3835fb7858b151341fecf2840fc8f21ef730c508a5f91bc72ca9da
+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