diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:22:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:57:03 +0100 |
commit | 4c378f225c674fd01917aecd90833cbb53edb0ca (patch) | |
tree | f3bce1eb18f69c88a2034056ca4443318b4803a3 /dev-python/OutputCheck | |
parent | sys-devel/automake-wrapper: add github upstream metadata (diff) | |
download | gentoo-4c378f225c674fd01917aecd90833cbb53edb0ca.tar.gz gentoo-4c378f225c674fd01917aecd90833cbb53edb0ca.tar.bz2 gentoo-4c378f225c674fd01917aecd90833cbb53edb0ca.zip |
dev-python/OutputCheck: enable python 3.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/OutputCheck')
-rw-r--r-- | dev-python/OutputCheck/OutputCheck-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild b/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild index f0240feced1f..ca2d32009cbe 100644 --- a/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild +++ b/dev-python/OutputCheck/OutputCheck-0.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |