diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-15 17:06:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-15 19:32:57 +0200 |
commit | a7556fea8133111f05ff13c9ee2d171e188eeb38 (patch) | |
tree | 08c9c4800470f993bd56ffa490bc3e003e5a295e /dev-python/pgspecial | |
parent | dev-python/parver: Enable py3.13 (diff) | |
download | gentoo-a7556fea8133111f05ff13c9ee2d171e188eeb38.tar.gz gentoo-a7556fea8133111f05ff13c9ee2d171e188eeb38.tar.bz2 gentoo-a7556fea8133111f05ff13c9ee2d171e188eeb38.zip |
dev-python/pgspecial: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pgspecial')
-rw-r--r-- | dev-python/pgspecial/pgspecial-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pgspecial/pgspecial-2.1.2.ebuild b/dev-python/pgspecial/pgspecial-2.1.2.ebuild index 160c438e2316..4fa8bed1bfce 100644 --- a/dev-python/pgspecial/pgspecial-2.1.2.ebuild +++ b/dev-python/pgspecial/pgspecial-2.1.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 pypi |