File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ jobs:
102
102
- 1.70.0-x86_64-unknown-linux-gnu
103
103
- stable-x86_64-unknown-linux-gnu
104
104
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 "
107
107
108
108
name : Expand_test (${{ matrix.toolchain }}, ${{ matrix.python-version }})
109
109
runs-on : ubuntu-24.04
@@ -123,7 +123,7 @@ jobs:
123
123
rustup override set ${{ matrix.toolchain }}
124
124
125
125
- name : Setup Python ${{ matrix.python-version }}
126
- uses : actions/setup-python@v4
126
+ uses : actions/setup-python@v5
127
127
with :
128
128
python-version : ${{ matrix.python-version }}
129
129
@@ -148,7 +148,7 @@ jobs:
148
148
rustup override set 1.70.0-x86_64-unknown-linux-gnu
149
149
150
150
- name : Setup Python 3.9
151
- uses : actions/setup-python@v4
151
+ uses : actions/setup-python@v5
152
152
with :
153
153
python-version : " 3.9"
154
154
You can’t perform that action at this time.
0 commit comments