diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 13:33:17 +0200 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:29 +0200 |
| commit | cda1b5a853705eb4b793af436a671c1d9407ab72 (patch) | |
| tree | f6204cffdcaa90826513800e6c66e66a0d788819 /dev-python | |
| parent | 609b685d333378e5f4d57711dc873b82eaf6223e (diff) | |
| download | gentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.tar.gz gentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.tar.bz2 gentoo-cda1b5a853705eb4b793af436a671c1d9407ab72.zip | |
dev-python/pytest-codeblocks: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild index 63e1535ce48a..6661d806043c 100644 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild +++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |
