Skip to content

Commit

Permalink
ci: bump minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jan 8, 2025
1 parent 3644fe8 commit c5c5c6a
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_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: ["3.9"]
os: [ubuntu-20.04]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: ["3.9", "3.10"]
os: [ubuntu-20.04]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c5c5c6a

Please sign in to comment.