Skip to content

Commit

Permalink
Merge pull request #1301 from gcmoreira/fix_black_stable_version
Browse files Browse the repository at this point in the history
Fix black stable version issue with Python 3.8
  • Loading branch information
ikelos authored Oct 8, 2024
2 parents d1c5fc2 + 3840422 commit 4ffaad5
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 4ffaad5

Please sign in to comment.