From 9ca879e0fc651b47c1181896fa21be6e4a891431 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:38:05 +0200 Subject: [PATCH] Use python 3.10 for pylint and windows workflow --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 325d2714..45dcb680 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.10 - name: Install dependencies run: | python -m pip install --upgrade pip @@ -85,7 +85,7 @@ jobs: submodules: true - uses: actions/setup-python@v2 with: - python-version: '3.8' + python-version: '3.10' - name: Dependencies run: pip3 install -r requirements.txt - name: cx_freeze