Skip to content

Commit

Permalink
Increase required Storm version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBork committed Oct 31, 2023
1 parent 5d99709 commit d44f99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sys.exit('Sorry, Python 2.x is not supported')

# Minimal storm version required
storm_min_version = "1.8.0"
storm_min_version = "1.8.2"

# Get the long description from the README file
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md'), encoding='utf-8') as f:
Expand Down

0 comments on commit d44f99a

Please sign in to comment.