We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a51bb commit 67f63dcCopy full SHA for 67f63dc
pyproject.toml
@@ -2,14 +2,14 @@
2
name = "sourmash_plugin_branchwater"
3
description = "fast command-line extensions for sourmash"
4
readme = "README.md"
5
-version = "0.9.14-dev"
6
-requires-python = ">=3.10"
+version = "0.9.14"
+requires-python = ">=3.11"
7
classifiers = [
8
"Programming Language :: Rust",
9
"Programming Language :: Python :: Implementation :: CPython",
10
"Programming Language :: Python :: Implementation :: PyPy",
11
]
12
-dependencies = ["sourmash>=4.8.14,<5"]
+dependencies = ["sourmash>=4.9.4,<5"]
13
14
authors = [
15
{ name="N. Tessa Pierce-Ward" },
0 commit comments