URI: 
       dev-python/unicodeit: Bump PYTHON_COMPAT - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit a11725a8eb360ccb9d4175cd24a8416032978e8d
   DIR parent 2a4d094abdf1868f2eb2b474a69b700be9d3a843
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 22 May 2025 18:56:31 +0200
       
       dev-python/unicodeit: Bump PYTHON_COMPAT
       
       Diffstat:
         M dev-python/unicodeit/unicodeit-0.7… |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/dev-python/unicodeit/unicodeit-0.7.5.ebuild b/dev-python/unicodeit/unicodeit-0.7.5.ebuild
       @@ -3,12 +3,12 @@
        
        EAPI=8
        
       -PYTHON_COMPAT=( python3_{8..13} )
       -inherit distutils-r1
       +DISTUTILS_USE_PEP517=setuptools
       +PYTHON_COMPAT=( python3_{10..13} )
       +inherit distutils-r1 pypi
        
        DESCRIPTION="Converts LaTeX tags to unicode"
        HOMEPAGE="https://unicodeit.net https://pypi.org/project/unicodeit/"
       -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
        
        LICENSE="MIT"
        SLOT="0"