CI Python 3.11.0

This commit is contained in:
Yax 2022-11-18 19:23:23 +01:00
parent f0fe289f1a
commit 86f0847514
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10.8]
python-version: [3.11.0]
poetry-version: [1.2.2]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}