diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 10:25:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 11:12:47 +0200 |
commit | 86bc9b2abeb2e72a26415ececf81e53dc4c1539c (patch) | |
tree | c8806b08e404ec042b349b8bb3bb47218fdfa03b /dev-python/hatch-jupyter-builder | |
parent | dev-ruby/commander: drop 4.6.0 (diff) | |
download | gentoo-86bc9b2abeb2e72a26415ececf81e53dc4c1539c.tar.gz gentoo-86bc9b2abeb2e72a26415ececf81e53dc4c1539c.tar.bz2 gentoo-86bc9b2abeb2e72a26415ececf81e53dc4c1539c.zip |
dev-python/hatch-jupyter-builder: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatch-jupyter-builder')
-rw-r--r-- | dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild index f682c5d45186..3c4c91850520 100644 --- a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild +++ b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |