From 6be3916b177d777795ca46bf434d8682134ccb0e Mon Sep 17 00:00:00 2001 From: Marco Galardini Date: Mon, 24 Jun 2024 15:53:44 +0200 Subject: [PATCH] Another test --- .github/workflows/azure_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure_ci.yml b/.github/workflows/azure_ci.yml index 5880ea0..9ae5bff 100644 --- a/.github/workflows/azure_ci.yml +++ b/.github/workflows/azure_ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8] + python-version: [3.12] steps: - uses: actions/checkout@v2