We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f49bf commit 5da067cCopy full SHA for 5da067c
pyproject.toml
@@ -1,15 +1,17 @@
1
[project]
2
name = "warnet"
3
-version = "1.1.1"
+version = "1.1.2"
4
description = "Monitor and analyze the emergent behaviours of bitcoin networks"
5
readme = "README.md"
6
-requires-python = ">=3.11"
+requires-python = ">=3.9"
7
keywords = ["bitcoin", "warnet"]
8
license = {text = "MIT"}
9
classifiers = [
10
"Development Status :: 4 - Beta",
11
"Intended Audience :: Developers",
12
"License :: OSI Approved :: MIT License",
13
+ "Programming Language :: Python :: 3.9",
14
+ "Programming Language :: Python :: 3.10",
15
"Programming Language :: Python :: 3.11",
16
"Programming Language :: Python :: 3.12",
17
]
0 commit comments