Skip to content

Commit

Permalink
python 3.8 instead of 3.7 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений Блинов authored and Евгений Блинов committed Mar 1, 2025
1 parent 4ec2b0c commit 4ffe39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: linux
strategy:
matrix:
python-version: ['3.7']
python-version: ['3.8']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-latest]
python-version: ['3.7']
python-version: ['3.8']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4ffe39f

Please sign in to comment.