summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 19:26:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 19:54:40 +0200
commit82d4cc327437c2791f29897c59d4ecb15294e400 (patch)
tree766147bd256a7c2f9b27ebaa11f30aa2f75b4a0f /dev-python/hatch-vcs
parentdev-python/hatchling: Enable py3.11 (diff)
downloadgentoo-82d4cc327437c2791f29897c59d4ecb15294e400.tar.gz
gentoo-82d4cc327437c2791f29897c59d4ecb15294e400.tar.bz2
gentoo-82d4cc327437c2791f29897c59d4ecb15294e400.zip
dev-python/hatch-vcs: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatch-vcs')
-rw-r--r--dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
index 486a83d4eef7..ff9ca3660636 100644
--- a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
+++ b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1