From 18b5e99f8c773a8e98218798800398288a25511f Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 15 Jan 2025 07:46:21 -0800 Subject: [PATCH] MRG: update release process to use python 3.12; bump to v4.8.15-dev. (#3483) --- doc/release.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/release.md b/doc/release.md index f3f19dcec9..b2cf777ee1 100644 --- a/doc/release.md +++ b/doc/release.md @@ -11,14 +11,14 @@ Here's a checklist to copy/paste into an issue: Release candidate testing: - [ ] Command line tests pass for a release candidate -- [ ] All eight release candidate wheels are built +- [ ] All six release candidate wheels are built Releasing to PyPI: - [ ] RC tag(s)s deleted on github - [ ] Release tag cut - [ ] Release notes written -- [ ] All eight release wheels built +- [ ] All six release wheels built - [ ] Release wheels uploaded to pypi - [ ] tar.gz distribution uploaded to pypi @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index da579a4558..54555b8aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = 'maturin' name = "sourmash" description = "tools for comparing biological sequences with k-mer sketches" readme = "README.md" -version = "4.8.14" +version = "4.8.15-dev" authors = [ { name="Luiz Irber" },