dev-python/vdirsyncer: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-05-23 08:45:43 +02:00
parent 228fd40a98
commit 32b41bea61
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 systemd