From 4806bd63b65c8a7b3a516cb676249ba3e75504c1 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 30 Nov 2021 16:23:04 +0100 Subject: [PATCH] updated ci to run under python 3.10 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b996ffb08..bc64579ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,14 +9,14 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.9] + python-version: [3.10] steps: - uses: actions/checkout@v1 - - name: Set up Python 3.9 + - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.9 + python-version: 3.10 # Build Vue frontend - uses: actions/setup-node@v2 with: