From 09e90cd6732036fc5dd5530123028e7e0188ab57 Mon Sep 17 00:00:00 2001 From: Juuso Jokiniemi <68938778+juuso-j@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:01:19 +0200 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 527e21f3..8be7ae67 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - python: ["3.5", "3.6", "3.8"] + python: ["3.6"] runs-on: ubuntu-20.04 container: "python:${{matrix.python}}-slim-buster" steps: