diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-17 14:52:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-18 19:11:39 +0300 |
commit | 0423b0debae176eee5dfb2af3fcd8efe2c89e919 (patch) | |
tree | 8405e0132b91540eb96fb439c2e2ff2bf7048e37 /dev-python/minidb | |
parent | dev-python/minidb: add 2.0.7 (diff) | |
download | gentoo-0423b0debae176eee5dfb2af3fcd8efe2c89e919.tar.gz gentoo-0423b0debae176eee5dfb2af3fcd8efe2c89e919.tar.bz2 gentoo-0423b0debae176eee5dfb2af3fcd8efe2c89e919.zip |
dev-python/minidb: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/minidb')
-rw-r--r-- | dev-python/minidb/minidb-2.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/minidb/minidb-2.0.7.ebuild b/dev-python/minidb/minidb-2.0.7.ebuild index 3806d2037aa7..0ca8234c832e 100644 --- a/dev-python/minidb/minidb-2.0.7.ebuild +++ b/dev-python/minidb/minidb-2.0.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |