Skip to content

Commit

Permalink
github: Drop support for 3.8 and test latest version
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Jan 19, 2025
1 parent e0a1a35 commit b0aee52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.12"]
python-version: ["3.10", "3.12", "3.13"] # Test the versions included in supported Ubuntu LTS's and the latest.
track: ["latest/edge", "5.21/edge", "5.0/edge"]
os: ["24.04"]
include:
# 4.0/* isn't supported on 24.04
- python-version: "3.8"
- python-version: "3.10"
track: "4.0/edge"
os: "22.04"

Expand Down

0 comments on commit b0aee52

Please sign in to comment.