Skip to content

Commit

Permalink
update python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
multiflexi committed Jan 29, 2025
1 parent b736dc5 commit d9a2fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- name: build
working-directory: src/shared
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.12']
python-version: ['3.10', '3.13']
steps:
- uses: actions/checkout@v4
- name: lint with black
Expand Down

0 comments on commit d9a2fe3

Please sign in to comment.