From 7fbfd3622edc6836f0335c44dc397c11dd34acb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Wed, 14 Aug 2024 09:58:36 +0200 Subject: [PATCH] Update python versions in gh actions --- .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 24c1a13..ecbb035 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.8, "3.10"] + python: [3.11, 3.12] steps: - uses: actions/checkout@v3