From 6d6431ce82749a9a9ca62be02c0350e5b542868f Mon Sep 17 00:00:00 2001 From: hamistao Date: Sat, 18 Jan 2025 21:03:54 -0300 Subject: [PATCH] github: Drop support for 3.8 and test latest version Signed-off-by: hamistao --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"