Bumping python linter to use v3.9.x to match Debian Bullseye default

This commit is contained in:
Jake Herbst
2022-05-11 07:47:33 -04:00
parent 6067415a8c
commit 26079e5696
+1 -1
View File
@@ -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'