Skip to content

Commit

Permalink
Code coverage: Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed May 27, 2024
1 parent 53c3964 commit 29bb78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
PYTHON: '3.8'
steps:
- uses: actions/checkout@v3
name: Download with submodules
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 29bb78b

Please sign in to comment.