diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 16:57:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 16:57:00 +0200 |
commit | 31628b47244123e9ff5b41fe185c1a7162791a4f (patch) | |
tree | 3abc2ed567a2c8f3a7e430872626b0eb2b56ec44 /dev-python/sqlparse | |
parent | dev-python/stripe: Enable py3.12 (diff) | |
download | gentoo-31628b47244123e9ff5b41fe185c1a7162791a4f.tar.gz gentoo-31628b47244123e9ff5b41fe185c1a7162791a4f.tar.bz2 gentoo-31628b47244123e9ff5b41fe185c1a7162791a4f.zip |
dev-python/sqlparse: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse')
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.4.4.ebuild b/dev-python/sqlparse/sqlparse-0.4.4.ebuild index ee75ea10d7b5..1d1b36980c84 100644 --- a/dev-python/sqlparse/sqlparse-0.4.4.ebuild +++ b/dev-python/sqlparse/sqlparse-0.4.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |