diff options
author | 2025-02-20 20:03:32 +0000 | |
---|---|---|
committer | 2025-02-20 20:03:32 +0000 | |
commit | 8913455eb9e1c9af4edce81854714ca7f0b062bb (patch) | |
tree | cacf2127fc8b9d403ad9a45d0c3f45f92816b298 | |
parent | 2025-02-20 19:48:35 UTC (diff) | |
parent | dev-python/sqlparse: Enable pypy3.11 (diff) | |
download | gentoo-8913455eb9e1c9af4edce81854714ca7f0b062bb.tar.gz gentoo-8913455eb9e1c9af4edce81854714ca7f0b062bb.tar.bz2 gentoo-8913455eb9e1c9af4edce81854714ca7f0b062bb.zip |
Merge updates from master
-rw-r--r-- | dev-python/sqlparse/sqlparse-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sqlparse/sqlparse-0.5.3.ebuild b/dev-python/sqlparse/sqlparse-0.5.3.ebuild index 753e6344777d..64b72155477f 100644 --- a/dev-python/sqlparse/sqlparse-0.5.3.ebuild +++ b/dev-python/sqlparse/sqlparse-0.5.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |