diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e4db11c..fe7ec759 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"