feat: python 3.11

This commit is contained in:
Felix Spöttel
2023-06-28 11:25:01 +02:00
parent 136852afda
commit da751865e0
5 changed files with 8 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- run: pip install -e .[web,tooling]
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- run: pip install -e .[web,tooling]