Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Sep 3, 2024
1 parent 6769661 commit ca113ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit ca113ea

Please sign in to comment.