diff --git a/dev-python/bibtexparser/bibtexparser-1.4.0.ebuild b/dev-python/bibtexparser/bibtexparser-1.4.0.ebuild index 6bc62157716cb..178521806dfad 100644 --- a/dev-python/bibtexparser/bibtexparser-1.4.0.ebuild +++ b/dev-python/bibtexparser/bibtexparser-1.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1