diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild index 95945ba0ed3f7..fe39420d93828 100644 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild +++ b/dev-python/pybtex-docutils/pybtex-docutils-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A docutils backend for pybtex"