From 73360a61d590935df2413b78b1565f3ad7d579c9 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:26:00 +0200 Subject: [PATCH] Do not claim support for Python 3.13 yet See https://github.com/paulsengroup/hictkpy/pull/99. [no ci] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d0b496b..0574475 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -58,7 +58,7 @@ Conda (bioconda) From source ----------- -Building hictkpy from source should not be necessary for regular users, as we publish pre-built wheels for Linux, MacOS, and Windows for all Python versions we support (currently these include all CPython versions from 3.9 up until 3.13). For a complete and up-to-date list of available wheels refer to the `Download files `_ page on hictkpy's `homepage `_ on PyPI. +Building hictkpy from source should not be necessary for regular users, as we publish pre-built wheels for Linux, MacOS, and Windows for all Python versions we support (currently these include all CPython versions from 3.9 up until 3.12). For a complete and up-to-date list of available wheels refer to the `Download files `_ page on hictkpy's `homepage `_ on PyPI. Building hictkpy's wheels from source requires a compiler toolchain supporting C++17, such as: