diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-06 14:51:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-07-06 14:51:38 +0200 |
commit | 7c9895f6f95399b6ff55802ec1d0afac9e0abe88 (patch) | |
tree | b2badf9a85ec632b3e46b7470f366de41148e856 /dev-python | |
parent | www-apps/nextcloud: 22.0.0 major version bump (diff) | |
download | gentoo-7c9895f6f95399b6ff55802ec1d0afac9e0abe88.tar.gz gentoo-7c9895f6f95399b6ff55802ec1d0afac9e0abe88.tar.bz2 gentoo-7c9895f6f95399b6ff55802ec1d0afac9e0abe88.zip |
dev-python/qstylizer: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/qstylizer/qstylizer-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qstylizer/qstylizer-0.2.0.ebuild b/dev-python/qstylizer/qstylizer-0.2.0.ebuild index 36269b58c272..13bb8dcfaf50 100644 --- a/dev-python/qstylizer/qstylizer-0.2.0.ebuild +++ b/dev-python/qstylizer/qstylizer-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |