dev-cpp/coeurl: enable py3.13 and disable py3.10

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-10-30 02:14:36 +05:00
parent 4fd10c4ceb
commit f236e12012

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit edo meson python-any-r1
DESCRIPTION="A simple async wrapper around CURL for C++"