diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 12:03:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 12:03:17 +0200 |
commit | 5d1af8052a4dc31ba133b42e7bb4bd2eb4175852 (patch) | |
tree | 07a980fc529184232fd612b6ef02ec1a11fd0503 /dev-python/tblib | |
parent | dev-python/txrequests: Enable py3.12 (diff) | |
download | gentoo-5d1af8052a4dc31ba133b42e7bb4bd2eb4175852.tar.gz gentoo-5d1af8052a4dc31ba133b42e7bb4bd2eb4175852.tar.bz2 gentoo-5d1af8052a4dc31ba133b42e7bb4bd2eb4175852.zip |
dev-python/tblib: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib')
-rw-r--r-- | dev-python/tblib/tblib-1.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tblib/tblib-1.7.0-r1.ebuild b/dev-python/tblib/tblib-1.7.0-r1.ebuild index fb8ab727cfa5..b512d6706e1b 100644 --- a/dev-python/tblib/tblib-1.7.0-r1.ebuild +++ b/dev-python/tblib/tblib-1.7.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |