From ed134701ddc0507f343db8a166d40361badae08b Mon Sep 17 00:00:00 2001 From: Ioannis Bonatakis Date: Wed, 13 Aug 2025 23:15:28 +0200 Subject: [PATCH] Revert checkout version from d416e02 Plus add changes from https://github.com/os-autoinst/openQA-python-client/pull/67 for testing. Signed-off-by: Ioannis Bonatakis --- .github/workflows/tox.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 631c0d6..04ea17b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.6" - "3.8" - "3.9" - "3.10" @@ -21,7 +20,7 @@ jobs: include: - os: "ubuntu-latest" - os: "ubuntu-20.04" - python-version: "3.6" + python-version: "3.11" steps: - uses: actions/checkout@v5