From 975628bf1c7225495df5e602ae4daba19c86a88a Mon Sep 17 00:00:00 2001 From: Jari-Pekka Voutilainen Date: Mon, 27 Mar 2023 11:06:29 +0300 Subject: [PATCH] Use python 3.10 in linting --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eccc5206..374b880f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.10' - name: Install requirements run: pip install flake8 pycodestyle - name: Check syntax