diff options
author | 2023-03-07 09:05:42 +0000 | |
---|---|---|
committer | 2023-03-07 09:21:38 +0000 | |
commit | 4e060782b51565027e56613a4697b6d311899fc7 (patch) | |
tree | 93a5b7e283572b0b7fa3f277f7bb38ef9650a586 | |
parent | app-admin/ngxtop: drop 0.0.3_pre141201-r1 (diff) | |
download | gentoo-4e060782b51565027e56613a4697b6d311899fc7.tar.gz gentoo-4e060782b51565027e56613a4697b6d311899fc7.tar.bz2 gentoo-4e060782b51565027e56613a4697b6d311899fc7.zip |
dev-util/vint: enable py3.11
Closes: https://github.com/mgorny/python-bump-testing/issues/56
Closes: https://bugs.gentoo.org/896942
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/vint/vint-0.3.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/vint/vint-0.3.21.ebuild b/dev-util/vint/vint-0.3.21.ebuild index a91032b74e6c..b2a867c8863b 100644 --- a/dev-util/vint/vint-0.3.21.ebuild +++ b/dev-util/vint/vint-0.3.21.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Lint tool for Vim script language" |