Skip to content

Commit 8858630

Browse files
committed
OPS: Use python3.13 for CI tests
1 parent a113295 commit 8858630

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: "!contains(github.event.head_commit.message, 'skipci')"
2424
runs-on: ${{ matrix.os }}
2525
env:
26-
USING_COVERAGE: "3.10"
26+
USING_COVERAGE: "3.13"
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.10"
39+
python-version: "3.13"
4040

4141
- name: Install Poetry
4242
uses: snok/install-poetry@v1.3.2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: "${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}"
2626
runs-on: ${{ matrix.os }}
2727
env:
28-
USING_COVERAGE: "3.10"
28+
USING_COVERAGE: "3.13"
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.13"
4444

4545
- name: Install Poetry
4646
uses: snok/install-poetry@v1.3.2

0 commit comments

Comments
 (0)