From 8017f6ffa33481561f665ffd43bc5ba3ff36e393 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Mon, 4 Dec 2023 10:58:33 +0100 Subject: [PATCH] chore(ci): run tests with python 3.8 too --- .github/workflows/umbral-pre.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/umbral-pre.yml b/.github/workflows/umbral-pre.yml index d7b45b7..838d48c 100644 --- a/.github/workflows/umbral-pre.yml +++ b/.github/workflows/umbral-pre.yml @@ -105,8 +105,7 @@ jobs: matrix: rust: - stable - python: - - "3.12" + python: ["3.8", "3.12"] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4