Skip to content

Commit 18b5e99

Browse files
authored
MRG: update release process to use python 3.12; bump to v4.8.15-dev. (#3483)
1 parent 6ad7f5e commit 18b5e99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/release.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Here's a checklist to copy/paste into an issue:
1111
1212
Release candidate testing:
1313
- [ ] Command line tests pass for a release candidate
14-
- [ ] All eight release candidate wheels are built
14+
- [ ] All six release candidate wheels are built
1515
1616
Releasing to PyPI:
1717
1818
- [ ] RC tag(s)s deleted on github
1919
- [ ] Release tag cut
2020
- [ ] Release notes written
21-
- [ ] All eight release wheels built
21+
- [ ] All six release wheels built
2222
- [ ] Release wheels uploaded to pypi
2323
- [ ] tar.gz distribution uploaded to pypi
2424
@@ -46,7 +46,7 @@ conda version with `conda --version` and update with `conda update conda`.
4646
Create the basic build environment:
4747

4848
```
49-
mamba create -y -n sourmash-rc python=3.10 pip \
49+
mamba create -y -n sourmash-rc python=3.12 pip \
5050
cxx-compiler make twine tox tox-conda rust
5151
```
5252

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = 'maturin'
99
name = "sourmash"
1010
description = "tools for comparing biological sequences with k-mer sketches"
1111
readme = "README.md"
12-
version = "4.8.14"
12+
version = "4.8.15-dev"
1313

1414
authors = [
1515
{ name="Luiz Irber" },

0 commit comments

Comments
 (0)