Merge pull request #1301 from gcmoreira/fix_black_stable_version

Fix black stable version issue with Python 3.8
This commit is contained in:
ikelos
2024-10-08 09:42:58 +01:00
committed by GitHub
+2
View File
@@ -11,3 +11,5 @@ jobs:
with:
options: "--check --diff --verbose"
src: "./volatility3"
# FIXME: Remove when Volatility3 minimum Python version is >3.8
version: "24.8.0"