From 2ed57521645c88e911c673d1b323247afb7d10c3 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Thu, 5 Dec 2024 14:23:18 -0800 Subject: [PATCH] switch to using python=3.12 for release testing --- doc/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release.md b/doc/release.md index f3f19dcec9..2c6938d847 100644 --- a/doc/release.md +++ b/doc/release.md @@ -46,7 +46,7 @@ conda version with `conda --version` and update with `conda update conda`. Create the basic build environment: ``` -mamba create -y -n sourmash-rc python=3.10 pip \ +mamba create -y -n sourmash-rc python=3.12 pip \ cxx-compiler make twine tox tox-conda rust ```