Skip to content

Commit

Permalink
github: stop testing cli against Python 3.8 now that core22 provides …
Browse files Browse the repository at this point in the history
…3.10

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Dec 13, 2023
1 parent 8269f52 commit 22d7bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: [self-hosted, linux, X64]
strategy:
matrix:
python: ["3.8", "3.10"]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 22d7bb2

Please sign in to comment.