Skip to content

Commit

Permalink
ci: upgrade python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jan 5, 2024
1 parent 0a749a8 commit 9379802
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.9"
- name: Install and configure Poetry
run: |
pip install -U pip poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.9'
- name: Install and configure Poetry
run: |
pip install -U pip poetry
Expand Down
Loading

0 comments on commit 9379802

Please sign in to comment.