Skip to content

Commit

Permalink
Bump CI python version to 3.9 (pr.yml) (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxtkr77 authored Nov 23, 2023
1 parent 34dd5a6 commit 87a1dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9
cache: pip
- name: Install dependencies
run: make dev-env
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9
cache: pip
- name: Install dependencies
run: make dev-env
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9
cache: pip
- name: Install dependencies
run: make dev-env
Expand Down

0 comments on commit 87a1dd8

Please sign in to comment.