aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-09 04:53:12 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-09 04:53:12 +0200
commit9345915e4910a129315002940308e6f6635ec0eb (patch)
tree38a811991ca0b1c965ef9982c4407d8a58592bf4 /dev-python/SQLAlchemy-Utils
parentdev-python/pyodbc: enable py3.10, py3.9, pypy3 (diff)
downloadguru-9345915e4910a129315002940308e6f6635ec0eb.tar.gz
guru-9345915e4910a129315002940308e6f6635ec0eb.tar.bz2
guru-9345915e4910a129315002940308e6f6635ec0eb.zip
dev-python/SQLAlchemy-Utils: enable py3.10, py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/SQLAlchemy-Utils')
-rw-r--r--dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
index aef845663..2f2c945e1 100644
--- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.37.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1