diff options
-rw-r--r-- | dev-python/rsa/rsa-4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rsa/rsa-4.9.ebuild b/dev-python/rsa/rsa-4.9.ebuild index 123b9266808e..3b6bbd40ffa9 100644 --- a/dev-python/rsa/rsa-4.9.ebuild +++ b/dev-python/rsa/rsa-4.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |