summaryrefslogtreecommitdiff
path: root/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild
diff options
context:
space:
mode:
authorSimeon Simeonov2022-12-27 20:53:44 +0100
committerSimeon Simeonov2022-12-27 20:53:44 +0100
commitf6c4e9732723afcb5037faf8d4a57178930a936f (patch)
tree7a7a499198a0c68bac15ebc51404d2b21a27258e /dev-python/pyotp2289/pyotp2289-1.1.1.ebuild
parent649719718bd1de38788aac98d9d1348927cf3465 (diff)
Add Python 3.11 support for all Python packages
Diffstat (limited to 'dev-python/pyotp2289/pyotp2289-1.1.1.ebuild')
-rw-r--r--dev-python/pyotp2289/pyotp2289-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild b/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild
index 57d3769..4252090 100644
--- a/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild
+++ b/dev-python/pyotp2289/pyotp2289-1.1.1.ebuild
@@ -4,7 +4,7 @@
4EAPI=8 4EAPI=8
5 5
6DISTUTILS_USE_PEP517=setuptools 6DISTUTILS_USE_PEP517=setuptools
7PYTHON_COMPAT=( python3_{8..10} ) 7PYTHON_COMPAT=( python3_{8..11} )
8 8
9inherit distutils-r1 9inherit distutils-r1
10 10