diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:00:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:19:49 +0200 |
commit | db9894c724f7358df5e7e7ee12fb2c696860c0a5 (patch) | |
tree | 5596e51b66e9f48d6273e44ee2589d8f5e7b8810 /dev-python/click-plugins | |
parent | dev-python/cftime: Enable py3.10 (diff) | |
download | gentoo-db9894c724f7358df5e7e7ee12fb2c696860c0a5.tar.gz gentoo-db9894c724f7358df5e7e7ee12fb2c696860c0a5.tar.bz2 gentoo-db9894c724f7358df5e7e7ee12fb2c696860c0a5.zip |
dev-python/click-plugins: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click-plugins')
-rw-r--r-- | dev-python/click-plugins/click-plugins-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-plugins/click-plugins-1.1.1.ebuild b/dev-python/click-plugins/click-plugins-1.1.1.ebuild index f6f8c4edcedc..e094bed0b0ad 100644 --- a/dev-python/click-plugins/click-plugins-1.1.1.ebuild +++ b/dev-python/click-plugins/click-plugins-1.1.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |