Skip to content

Commit 6d9b0b7

Browse files
Update Python version in CI to new minimum 3.11
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
1 parent e590759 commit 6d9b0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.11"
4444
- name: Install dependencies with pip
4545
run: |
4646
cd kuksa-client

0 commit comments

Comments
 (0)