Skip to content

Commit

Permalink
requirements.txt: Allow munch versions >=2.3.2 to support Python 3.11 (
Browse files Browse the repository at this point in the history
…#1145)

Python 3.11 currently fails on building munch 2.3.2, while it can build newer versions of munch. By unfixing the munch version this helps Python 3.11 support.
  • Loading branch information
EwoutH authored Oct 11, 2022
1 parent 4fdd651 commit dae130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ attrs>=19.2.0
click~=8.0
click-plugins
cligj>=0.5.0
munch==2.3.2
munch>=2.3.2
setuptools>=49.0
certifi

0 comments on commit dae130a

Please sign in to comment.