Skip to content

Commit

Permalink
switch Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Mar 2, 2024
1 parent 4d5661e commit c4bce3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.7'
python-version: '3.8'

- name: Install dependencies
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.7', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Expand Down

0 comments on commit c4bce3d

Please sign in to comment.