From 9e6ba29f594552dc06077fe5c1c9daa9f71badd3 Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Thu, 7 Mar 2024 10:22:48 +0000 Subject: [PATCH] Python version 3.11 in actions --- .github/workflows/lint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 91e0775..dc8caf4 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.11 architecture: x64 - name: Ensure Nexus mirror configuration is not committed