Skip to content

Commit

Permalink
Pin juju<2.9.45.0 for py3.6 and py3.7
Browse files Browse the repository at this point in the history
Starting at 2.9.45.0 the walrus operator is used, but it is not
supported until py3.8.
  • Loading branch information
Corey Bryant committed Dec 8, 2023
1 parent 3eb839c commit 41a5b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pyparsing<3.0.0 # pin for aodhclient which is held for py35
aiounittest
async_generator
juju<2.9.45.0; python_version < '3.8'
juju<3.0
kubernetes<18.0.0; python_version < '3.6' # pined, as juju uses kubernetes
juju_wait
Expand Down

0 comments on commit 41a5b6d

Please sign in to comment.