diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 09:54:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:09:17 +0200 |
commit | 1f1705933615d0e20924ce0a3dceed23033be86c (patch) | |
tree | 327910a7565adfcdc53ff2ef0be18e8b688c8c03 /dev-python/pyrqlite | |
parent | dev-python/pyrfc3339: Enable py3.13 (diff) | |
download | gentoo-1f1705933615d0e20924ce0a3dceed23033be86c.tar.gz gentoo-1f1705933615d0e20924ce0a3dceed23033be86c.tar.bz2 gentoo-1f1705933615d0e20924ce0a3dceed23033be86c.zip |
dev-python/pyrqlite: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrqlite')
-rw-r--r-- | dev-python/pyrqlite/pyrqlite-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild b/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild index e7ebc668b5ac..ec12bed1b7aa 100644 --- a/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild +++ b/dev-python/pyrqlite/pyrqlite-2.2.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python client for rqlite" |