From 3d810fa4d458d503d576368d0e083bd07aa656b2 Mon Sep 17 00:00:00 2001 From: MigueldelaVarga Date: Mon, 29 Apr 2024 10:18:26 +0200 Subject: [PATCH] [ENH] Update Python version in GitHub workflow The Python version used in the workflow has been updated from 3.8 to 3.10. This change will allow the software to align more with the latest available Python version supporting more features and enhancements. --- .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 ac5b5db4..8aa418d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: matrix: os: [ubuntu, ] # macos, windows] # Only Linux currently. case: - - python-version: 3.8 + - python-version: 3.10 name: basic os: ubuntu