GitHub actions: Ignore flake8 no longer supporting Python 3.7 (#2971)

This commit is contained in:
Raphael Michel
2022-12-12 15:29:47 +01:00
committed by GitHub
parent 86b5ba6937
commit 495a21c683
4 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -21,10 +21,10 @@ jobs:
name: Check gettext syntax
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- uses: actions/cache@v1
with:
path: ~/.cache/pip
@@ -47,10 +47,10 @@ jobs:
name: Spellcheck
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- uses: actions/cache@v1
with:
path: ~/.cache/pip