Skip to content

Commit

Permalink
Update CI workflow to use Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Dec 30, 2024
1 parent 5a308c7 commit 248c4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: "3.13"
cache: pip
cache-dependency-path: |
setup.py
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: "3.13"
cache: pip
cache-dependency-path: |
setup.py
Expand Down

0 comments on commit 248c4be

Please sign in to comment.