From 8906eb777a0bc19713663d4e1af344396deb0a8c Mon Sep 17 00:00:00 2001 From: dlyssenko <88390151+dlyssenko@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:37:27 +0200 Subject: [PATCH] Update ci.yml reinstating what was done in PR #267 (had to revert that one due to fixing master to develop sync issue). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5c1d17..b7cdeb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] fail-fast: false name: Test on Python ${{ matrix.python-version }} steps: