Skip to content

Commit 3857fec

Browse files
committed
Upgrade Python
1 parent 2f9efee commit 3857fec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
- 1.70.0-x86_64-unknown-linux-gnu
103103
- stable-x86_64-unknown-linux-gnu
104104
python-version:
105-
- "3.6" # https://packages.ubuntu.com/bionic/python3
106-
- "3.8" # https://packages.ubuntu.com/focal/python3
105+
- "3.12"
106+
- "3.13"
107107

108108
name: Expand_test (${{ matrix.toolchain }}, ${{ matrix.python-version }})
109109
runs-on: ubuntu-24.04
@@ -123,7 +123,7 @@ jobs:
123123
rustup override set ${{ matrix.toolchain }}
124124
125125
- name: Setup Python ${{ matrix.python-version }}
126-
uses: actions/setup-python@v4
126+
uses: actions/setup-python@v5
127127
with:
128128
python-version: ${{ matrix.python-version }}
129129

@@ -148,7 +148,7 @@ jobs:
148148
rustup override set 1.70.0-x86_64-unknown-linux-gnu
149149
150150
- name: Setup Python 3.9
151-
uses: actions/setup-python@v4
151+
uses: actions/setup-python@v5
152152
with:
153153
python-version: "3.9"
154154

0 commit comments

Comments
 (0)