Skip to content

Commit

Permalink
Upgrade python version from 3.12 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 committed Oct 16, 2024
1 parent 1e66328 commit 5b055a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12.4
- name: Set up Python 3.13.0
uses: actions/setup-python@v4
with:
python-version: "3.12.4"
python-version: "3.13.0"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12.4
- name: Set up Python 3.13.0
uses: actions/setup-python@v3
with:
python-version: "3.12.4"
python-version: "3.13.0"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5b055a1

Please sign in to comment.