Skip to content

Commit

Permalink
fix black stable version issue with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira authored and ikelos committed Oct 9, 2024
1 parent 4578434 commit 100c23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 100c23b

Please sign in to comment.