diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:24:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:24:48 +0200 |
commit | f6c81190d9f7cc01b532530592815ad962fad644 (patch) | |
tree | 404ce00b986236e3fc50713235743b3ff0495f63 /dev-python/strict-rfc3339 | |
parent | dev-python/sqlalchemy: Remove py2.7 (diff) | |
download | gentoo-f6c81190d9f7cc01b532530592815ad962fad644.tar.gz gentoo-f6c81190d9f7cc01b532530592815ad962fad644.tar.bz2 gentoo-f6c81190d9f7cc01b532530592815ad962fad644.zip |
dev-python/strict-rfc3339: Remove py2.7
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 c12a006c9b36..a62e52e2432b 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,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |