diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-06 22:11:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 12:33:19 +0200 |
commit | a528a1fd5edc7a952703c3a1c378f972cf45650c (patch) | |
tree | eaaf4982f1c6ae2ad20fbec0a9a35beb28fbcd24 /dev-python/sqlparse | |
parent | dev-python/attrs: Bump to 21.2.0 (diff) | |
download | gentoo-a528a1fd5edc7a952703c3a1c378f972cf45650c.tar.gz gentoo-a528a1fd5edc7a952703c3a1c378f972cf45650c.tar.bz2 gentoo-a528a1fd5edc7a952703c3a1c378f972cf45650c.zip |
dev-python/sqlparse: 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/sqlparse')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.4.1.ebuild b/dev-python/sqlparse/sqlparse-0.4.1.ebuild index e00487611aa8..542f1c037b35 100644 --- a/dev-python/sqlparse/sqlparse-0.4.1.ebuild +++ b/dev-python/sqlparse/sqlparse-0.4.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 MY_PN="${PN##python-}" |