diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-15 08:01:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-15 08:07:45 +0200 |
commit | 1202c7659d24125feab8f47acaaecb7cc40c8da1 (patch) | |
tree | 28dd95f27d487bbad5e08042dd0be31a46632cde /dev-python/re-assert | |
parent | dev-python/re-assert: Use PEP517 build (diff) | |
download | gentoo-1202c7659d24125feab8f47acaaecb7cc40c8da1.tar.gz gentoo-1202c7659d24125feab8f47acaaecb7cc40c8da1.tar.bz2 gentoo-1202c7659d24125feab8f47acaaecb7cc40c8da1.zip |
dev-python/re-assert: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/re-assert')
-rw-r--r-- | dev-python/re-assert/re-assert-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/re-assert/re-assert-1.1.0-r1.ebuild b/dev-python/re-assert/re-assert-1.1.0-r1.ebuild index b90bdb332c51..2773b3610e4b 100644 --- a/dev-python/re-assert/re-assert-1.1.0-r1.ebuild +++ b/dev-python/re-assert/re-assert-1.1.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |