diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-05 17:40:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-05 18:03:51 +0200 |
commit | 25a74bceb7e26e0aaf06bad0483522233050c609 (patch) | |
tree | 9b9536ce2a6f431dd790dbb7181ddc1172c84cea /dev-python/cppy | |
parent | dev-python/cycler: Port to py39 (diff) | |
download | gentoo-25a74bceb7e26e0aaf06bad0483522233050c609.tar.gz gentoo-25a74bceb7e26e0aaf06bad0483522233050c609.tar.bz2 gentoo-25a74bceb7e26e0aaf06bad0483522233050c609.zip |
dev-python/cppy: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cppy')
-rw-r--r-- | dev-python/cppy/cppy-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cppy/cppy-1.1.0.ebuild b/dev-python/cppy/cppy-1.1.0.ebuild index 6f945c4debc3..e441a5e5ed02 100644 --- a/dev-python/cppy/cppy-1.1.0.ebuild +++ b/dev-python/cppy/cppy-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |