Skip to content

Commit 4ffaad5

Browse files
authored
Merge pull request #1301 from gcmoreira/fix_black_stable_version
Fix black stable version issue with Python 3.8
2 parents d1c5fc2 + 3840422 commit 4ffaad5

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)