From 331d7e87bb76c5472f9daff254eeea6df1a338d0 Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Tue, 2 Jan 2024 20:59:04 +0100 Subject: [PATCH] Add python 3.11 to blenderbim build matrix --- .github/workflows/ci-blenderbim-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-blenderbim-matrix.yml b/.github/workflows/ci-blenderbim-matrix.yml index 002942bc67..9da41ae92e 100644 --- a/.github/workflows/ci-blenderbim-matrix.yml +++ b/.github/workflows/ci-blenderbim-matrix.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py39, py310] + pyver: [py39, py310, py311] config: - { name: "Windows Build", @@ -62,7 +62,7 @@ jobs: - uses: actions/setup-python@v2 # https://github.com/actions/setup-python with: architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - python-version: '3.10' + python-version: '3.11' - run: echo ${{ env.DATE }} - name: Get current date id: date