diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:04 +0200 |
commit | 230b377aa587e74c829050edc22351fe4b8a0a78 (patch) | |
tree | 7feee26bdb82734a16f92b9681a186d16a0835f6 /dev-python/freezegun | |
parent | dev-python/bottle: Enable py3.7 (diff) | |
download | gentoo-230b377aa587e74c829050edc22351fe4b8a0a78.tar.gz gentoo-230b377aa587e74c829050edc22351fe4b8a0a78.tar.bz2 gentoo-230b377aa587e74c829050edc22351fe4b8a0a78.zip |
dev-python/freezegun: Enable py3.7
Diffstat (limited to 'dev-python/freezegun')
-rw-r--r-- | dev-python/freezegun/freezegun-0.3.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/freezegun/freezegun-0.3.10.ebuild b/dev-python/freezegun/freezegun-0.3.10.ebuild index 0fbdf8bec99f..971da3b22edd 100644 --- a/dev-python/freezegun/freezegun-0.3.10.ebuild +++ b/dev-python/freezegun/freezegun-0.3.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 |