summaryrefslogtreecommitdiff
path: root/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild')
-rw-r--r--dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild b/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild
index e6c3e286dba8..50694f666d65 100644
--- a/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild
+++ b/dev-python/asyncpg/asyncpg-0.29.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10,11,12} ) # doesn't build with pypy3
+PYTHON_COMPAT=( python3_{9,10,11,12,13} ) # doesn't build with pypy3
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi