Skip to content

Commit

Permalink
Update CI configuration to use Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent d81ebde commit 4dbd245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cancel-in-progress: true
timeout-minutes: 20
container:
image: ghcr.io/thombashi/python-ci:3.11
image: ghcr.io/thombashi/python-ci:3.13

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
timeout-minutes: 20
defaults:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Setup Python
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 4dbd245

Please sign in to comment.