diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 16:18:10 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 16:22:46 +0200 |
commit | d15d40ff078259ae03120565cb82b041cca11074 (patch) | |
tree | 88c5b01024271464e67810f610be243ae41cad89 /dev-python/sqlparse | |
parent | dev-python/flask-sqlalchemy: enable py3.11 (diff) | |
download | gentoo-d15d40ff078259ae03120565cb82b041cca11074.tar.gz gentoo-d15d40ff078259ae03120565cb82b041cca11074.tar.bz2 gentoo-d15d40ff078259ae03120565cb82b041cca11074.zip |
dev-python/sqlparse: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.4.2.ebuild b/dev-python/sqlparse/sqlparse-0.4.2.ebuild index 5a568a5306b2..fa28d5c85917 100644 --- a/dev-python/sqlparse/sqlparse-0.4.2.ebuild +++ b/dev-python/sqlparse/sqlparse-0.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 MY_PN="${PN##python-}" |