diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-13 17:34:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-13 17:34:55 +0200 |
commit | 97c6d4573b728f5353928f50dfb5c455979ec98f (patch) | |
tree | 7d9a36f22a5f5952c3c91552d2419a78cb227078 /dev-python/rq | |
parent | net-misc/gns3-gui: drop sentry-sdk dep (diff) | |
download | gentoo-97c6d4573b728f5353928f50dfb5c455979ec98f.tar.gz gentoo-97c6d4573b728f5353928f50dfb5c455979ec98f.tar.bz2 gentoo-97c6d4573b728f5353928f50dfb5c455979ec98f.zip |
dev-python/rq: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rq')
-rw-r--r-- | dev-python/rq/rq-1.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rq/rq-1.16.2.ebuild b/dev-python/rq/rq-1.16.2.ebuild index 84bf982d2348..b4c12356976c 100644 --- a/dev-python/rq/rq-1.16.2.ebuild +++ b/dev-python/rq/rq-1.16.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi |