Skip to content

Commit

Permalink
workflows: Bump python to 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Dudek <[email protected]>
Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
mtdudek authored and wkkuna committed Jan 3, 2025
1 parent eb70743 commit 3664720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 3664720

Please sign in to comment.