|
32 | 32 | fail-fast: false |
33 | 33 | matrix: |
34 | 34 | os: [macos-latest, ubuntu-latest, windows-latest] |
35 | | - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] |
| 35 | + python-version: ["3.10", "3.11", "3.12", "3.13"] |
36 | 36 | robot-version: ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"] |
37 | 37 | exclude: |
38 | 38 | - os: macos-latest |
|
45 | 45 |
|
46 | 46 | - name: Setup python ${{ matrix.python-version }} environment |
47 | 47 | id: setup-python |
48 | | - uses: actions/setup-python@v5 |
| 48 | + uses: actions/setup-python@v6 |
49 | 49 | with: |
50 | 50 | python-version: ${{ matrix.python-version }} |
51 | 51 |
|
@@ -108,9 +108,9 @@ jobs: |
108 | 108 |
|
109 | 109 | - name: setup python environment |
110 | 110 | id: setup-python |
111 | | - uses: actions/setup-python@v5 |
| 111 | + uses: actions/setup-python@v6 |
112 | 112 | with: |
113 | | - python-version: "3.8" |
| 113 | + python-version: "3.10" |
114 | 114 |
|
115 | 115 | - name: Install Hatch |
116 | 116 | uses: pypa/hatch@install |
@@ -167,9 +167,9 @@ jobs: |
167 | 167 |
|
168 | 168 | - name: setup python environment |
169 | 169 | id: setup-python |
170 | | - uses: actions/setup-python@v5 |
| 170 | + uses: actions/setup-python@v6 |
171 | 171 | with: |
172 | | - python-version: "3.8" |
| 172 | + python-version: "3.10" |
173 | 173 |
|
174 | 174 | - name: Install Hatch |
175 | 175 | uses: pypa/hatch@install |
@@ -257,9 +257,9 @@ jobs: |
257 | 257 |
|
258 | 258 | - name: setup python environment |
259 | 259 | id: setup-python |
260 | | - uses: actions/setup-python@v5 |
| 260 | + uses: actions/setup-python@v6 |
261 | 261 | with: |
262 | | - python-version: "3.8" |
| 262 | + python-version: "3.10" |
263 | 263 |
|
264 | 264 | - name: Install Hatch |
265 | 265 | uses: pypa/hatch@install |
|
0 commit comments