From 8c74cbc1c63fd5529b1e23517756e6df5e6084d7 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 21 Dec 2022 03:53:44 +0000 Subject: [PATCH] test with 3.11.1 --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index e495f09e..bbe4abac 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -14,7 +14,7 @@ jobs: name: Tests strategy: matrix: - python-version: ["3.10.8", "3.11.0"] + python-version: ["3.10.8", "3.11.1"] steps: - uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: if [ $? -ne 0 ]; then exit 1 fi - + - name: Lint with flake8 working-directory: api/tacticalrmm run: |