diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 00:42:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:25:05 +0200 |
commit | f02ec0ab131a38c8d16af43ceb385f171015664c (patch) | |
tree | 9b6db86f5ef56350fdbafaae7137f7d5a1e08549 /dev-python/py-ubjson | |
parent | dev-python/pyqrcode: Port to python3.10 (diff) | |
download | gentoo-f02ec0ab131a38c8d16af43ceb385f171015664c.tar.gz gentoo-f02ec0ab131a38c8d16af43ceb385f171015664c.tar.bz2 gentoo-f02ec0ab131a38c8d16af43ceb385f171015664c.zip |
dev-python/py-ubjson: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-ubjson')
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild b/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild index de1e5c5bb168..aa4b52f06ba2 100644 --- a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild +++ b/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |