diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 08:09:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 08:09:02 +0200 |
commit | d544ea648a3f6b9fd3787735a6771ccf85259a5b (patch) | |
tree | 67db0490a45542160cd5c929e44b92cb20257526 /dev-python/strict-rfc3339 | |
parent | python-utils-r1.eclass: Enable python3_9 (diff) | |
download | gentoo-d544ea648a3f6b9fd3787735a6771ccf85259a5b.tar.gz gentoo-d544ea648a3f6b9fd3787735a6771ccf85259a5b.tar.bz2 gentoo-d544ea648a3f6b9fd3787735a6771ccf85259a5b.zip |
dev-python/strict-rfc3339: Enable python3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index a2bc293f2095..c12a006c9b36 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 |