From a0c5236b7f5e1081c228586886f311037918dc02 Mon Sep 17 00:00:00 2001 From: jankovicgd Date: Thu, 21 Nov 2024 14:43:40 +0100 Subject: [PATCH] ci: removed python versions for test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0195479..9acf5ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5