diff options
author | Sam James <sam@gentoo.org> | 2022-11-09 06:52:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-09 06:53:35 +0000 |
commit | a8fb7044c4d903451471165adbdf3b15ec840c7b (patch) | |
tree | ed535de9e3d3d949327b5e3e1935e72696e1a37f /dev-python/testfixtures | |
parent | dev-python/zope-component: enable py3.11 (diff) | |
download | gentoo-a8fb7044c4d903451471165adbdf3b15ec840c7b.tar.gz gentoo-a8fb7044c4d903451471165adbdf3b15ec840c7b.tar.bz2 gentoo-a8fb7044c4d903451471165adbdf3b15ec840c7b.zip |
dev-python/testfixtures: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r-- | dev-python/testfixtures/testfixtures-7.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testfixtures/testfixtures-7.0.3.ebuild b/dev-python/testfixtures/testfixtures-7.0.3.ebuild index 4bd8f44cf8f7..2cfe8b90ee71 100644 --- a/dev-python/testfixtures/testfixtures-7.0.3.ebuild +++ b/dev-python/testfixtures/testfixtures-7.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |