diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-11 21:16:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-11 21:23:36 +0200 |
commit | 155f1af2029704ffcd42b0fe63a23833eb74b87e (patch) | |
tree | fa1a25f6248887175095794d4992242a9bc6812c /dev-python/joblib | |
parent | dev-python/joblib: Fix testing (diff) | |
download | gentoo-155f1af2029704ffcd42b0fe63a23833eb74b87e.tar.gz gentoo-155f1af2029704ffcd42b0fe63a23833eb74b87e.tar.bz2 gentoo-155f1af2029704ffcd42b0fe63a23833eb74b87e.zip |
dev-python/joblib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/joblib')
-rw-r--r-- | dev-python/joblib/joblib-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/joblib/joblib-1.4.2.ebuild b/dev-python/joblib/joblib-1.4.2.ebuild index 9e374aea030a..3cf8cc823974 100644 --- a/dev-python/joblib/joblib-1.4.2.ebuild +++ b/dev-python/joblib/joblib-1.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |