dev-python/pyodbc: enable py3.10, py3.9, pypy3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-09 04:52:52 +02:00
parent f83d5bffa5
commit c8f470549b

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1