dev-python/convertdate: enable py3.10, drop 2.3.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-01-09 04:46:08 +05:00
parent 33274199d6
commit 0c76339363
4 changed files with 10 additions and 32 deletions

View File

@@ -3,8 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Utils for converting between date formats and calculating holidays"
@@ -21,4 +20,5 @@ RDEPEND="
"
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme