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.

(cherry picked from commit bc5334f)
  • Loading branch information
Corey Bryant committed Dec 12, 2023
1 parent 5738c76 commit 5dcdd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pyparsing<3.0.0 # pin for aodhclient which is held for py35
aiounittest
async_generator
juju<3.0
juju<2.9.45.0; python_version < '3.8'
juju<3.0; python_version >= '3.8'
kubernetes<18.0.0; python_version < '3.6' # pined, as juju uses kubernetes
juju_wait
PyYAML>=3.0
Expand Down

0 comments on commit 5dcdd26

Please sign in to comment.