diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-26 13:26:34 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-26 13:26:52 +0200 |
commit | ca4c8daf38efe57106536fc26e216209d2297569 (patch) | |
tree | c56452b62cdfc2c9ac4af640d9890b2acf5cc339 /dev-python/python-discid | |
parent | app-editors/ghostwriter: remove old ebuild (diff) | |
download | gentoo-ca4c8daf38efe57106536fc26e216209d2297569.tar.gz gentoo-ca4c8daf38efe57106536fc26e216209d2297569.tar.bz2 gentoo-ca4c8daf38efe57106536fc26e216209d2297569.zip |
dev-python/python-discid: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r-- | dev-python/python-discid/python-discid-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild b/dev-python/python-discid/python-discid-1.2.0.ebuild index c28f0f8aff4c..80243e9dfb7a 100644 --- a/dev-python/python-discid/python-discid-1.2.0.ebuild +++ b/dev-python/python-discid/python-discid-1.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |