Core: Bump the version and minium python to support pip

This commit is contained in:
Mike Auty
2024-07-14 19:04:06 +01:00
parent d3345259ac
commit 61e3e894ee
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "Volatility Foundation", email = "volatility@volatilityfoundation.org" },
]
requires-python = ">=3.7.0"
requires-python = ">=3.7.3"
license = { text = "VSL" }
dynamic = ["dependencies", "optional-dependencies", "version"]