Skip to content

Commit

Permalink
Drop bionic support. (#105)
Browse files Browse the repository at this point in the history
Since operator library assumes python >= 3.8 [1], this charm should not
be installed on ubuntu bionic and below.

[1] https://github.com/canonical/operator/blob/2.2.0/setup.py#L75
  • Loading branch information
chanchiwai-ray authored Nov 16, 2023
1 parent 035bba6 commit 15c02a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ bases:
channel: "20.04"
architectures:
- amd64
- name: ubuntu
channel: "18.04"
architectures:
- amd64

0 comments on commit 15c02a2

Please sign in to comment.