From 26079e5696a2b459d3a1ba986f322016f655ec38 Mon Sep 17 00:00:00 2001 From: Jake Herbst Date: Wed, 11 May 2022 07:47:33 -0400 Subject: [PATCH] Bumping python linter to use v3.9.x to match Debian Bullseye default --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09c1f68..5764bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v3 with: - python-version: '3.7.x' + python-version: '3.9.x' cache: 'pip' architecture: 'x64'