Add python 3.11 to blenderbim build matrix

This commit is contained in:
CyrilWaechter
2024-01-02 20:59:04 +01:00
parent ee79bae426
commit 331d7e87bb
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
pyver: [py39, py310] pyver: [py39, py310, py311]
config: config:
- { - {
name: "Windows Build", name: "Windows Build",
@@ -62,7 +62,7 @@ jobs:
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python - uses: actions/setup-python@v2 # https://github.com/actions/setup-python
with: with:
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: '3.10' python-version: '3.11'
- run: echo ${{ env.DATE }} - run: echo ${{ env.DATE }}
- name: Get current date - name: Get current date
id: date id: date