diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 12:02:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 12:05:46 +0200 |
commit | 95a5ee090ef7fddaa0799eb41d83a6533aab9389 (patch) | |
tree | c7dc2a43f1747dfe2b4f69e27319ec9ccce62a62 /dev-python/sqlparse | |
parent | dev-ruby/faraday: drop 2.7.10, 2.7.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |