Skip to content

Commit

Permalink
Bump python CI version to 3.9 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxtkr77 authored Nov 23, 2023
1 parent db53c47 commit 34dd5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -40,7 +40,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 @@ -55,7 +55,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 @@ -74,7 +74,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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: make dev-env
- name: lint
Expand Down

0 comments on commit 34dd5a6

Please sign in to comment.