Skip to content

Commit a88f147

Browse files
authored
Update snapcraft.yaml
1 parent 66a0908 commit a88f147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66
77
license: MIT
88

9-
base: core18
9+
base: core20
1010
grade: stable
1111
confinement: strict
1212

@@ -25,7 +25,6 @@ parts:
2525
source: https://github.com/softlayer/softlayer-python
2626
source-type: git
2727
plugin: python
28-
python-version: python3
2928
override-pull: |
3029
snapcraftctl pull
3130
snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
@@ -34,4 +33,4 @@ parts:
3433
- python3
3534

3635
stage-packages:
37-
- python3
36+
- python3

0 commit comments

Comments
 (0)