summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 12:02:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 12:05:46 +0200
commit95a5ee090ef7fddaa0799eb41d83a6533aab9389 (patch)
treec7dc2a43f1747dfe2b4f69e27319ec9ccce62a62 /dev-python/sqlparse
parentdev-ruby/faraday: drop 2.7.10, 2.7.11 (diff)
downloadgentoo-95a5ee090ef7fddaa0799eb41d83a6533aab9389.tar.gz
gentoo-95a5ee090ef7fddaa0799eb41d83a6533aab9389.tar.bz2
gentoo-95a5ee090ef7fddaa0799eb41d83a6533aab9389.zip
dev-python/sqlparse: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlparse')
-rw-r--r--dev-python/sqlparse/sqlparse-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.5.0.ebuild b/dev-python/sqlparse/sqlparse-0.5.0.ebuild
index 643d4bafea3a..df280bc630e9 100644
--- a/dev-python/sqlparse/sqlparse-0.5.0.ebuild
+++ b/dev-python/sqlparse/sqlparse-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi