summaryrefslogtreecommitdiff
path: root/dev-python/pydantic/pydantic-1.6.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pydantic/pydantic-1.6.1.ebuild')
-rw-r--r--dev-python/pydantic/pydantic-1.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydantic/pydantic-1.6.1.ebuild b/dev-python/pydantic/pydantic-1.6.1.ebuild
index 7554f93c7db4..025b724f7195 100644
--- a/dev-python/pydantic/pydantic-1.6.1.ebuild
+++ b/dev-python/pydantic/pydantic-1.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# At the moment, PyPy3 doesn't have a dataclasses module
# It can probably be added when PyPy3.7 is stable
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1