revert 3.8 to 3.9 soft bump

This commit is contained in:
lesander
2024-11-08 14:05:54 +01:00
parent a04c04c4e3
commit b739f8d067
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ more details.
## Installing
Volatility 3 requires Python 3.9.0 or later and is published on the [PyPi registry](https://pypi.org/project/volatility3).
Volatility 3 requires Python 3.8.0 or later and is published on the [PyPi registry](https://pypi.org/project/volatility3).
```shell
pip install volatility3
+1 -1
View File
@@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "Volatility Foundation", email = "volatility@volatilityfoundation.org" },
]
requires-python = ">=3.9.0"
requires-python = ">=3.8.0"
license = { text = "VSL" }
dynamic = ["version"]