Skip to content

Commit 100c23b

Browse files
gcmoreiraikelos
authored andcommitted
fix black stable version issue with Python 3.8
1 parent 4578434 commit 100c23b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
with:
1212
options: "--check --diff --verbose"
1313
src: "./volatility3"
14+
# FIXME: Remove when Volatility3 minimum Python version is >3.8
15+
version: "24.8.0"

0 commit comments

Comments
 (0)