44
44
45
45
- uses : actions/setup-python@v5
46
46
with :
47
- python-version : " 3.12 "
47
+ python-version : " 3.13 "
48
48
49
49
- name : Install deps
50
50
shell : bash
@@ -70,11 +70,11 @@ jobs:
70
70
matrix :
71
71
os : ["ubuntu-22.04", "macos-13", "windows-2022"]
72
72
python_version :
73
- - ' 3.8'
74
73
- ' 3.9'
75
74
- ' 3.10'
76
75
- ' 3.11'
77
76
- ' 3.12'
77
+ - ' 3.13'
78
78
79
79
steps :
80
80
- uses : actions/checkout@v4
@@ -169,30 +169,30 @@ jobs:
169
169
max-parallel : ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
170
170
matrix :
171
171
os :
172
- - container : wpilib/roborio-cross-ubuntu:2024 -22.04-py312
172
+ - container : wpilib/roborio-cross-ubuntu:2025 -22.04-py313
173
173
name : roborio
174
174
175
- - container : wpilib/raspbian-cross-ubuntu:bullseye-22.04-py38
176
- name : raspbian-py38
177
- - container : wpilib/raspbian-cross-ubuntu:bullseye-22.04-py39
175
+ - container : wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py39
178
176
name : raspbian-py39
179
- - container : wpilib/raspbian-cross-ubuntu:bullseye-22.04-py310
177
+ - container : wpilib/raspbian-cross-ubuntu:2025- bullseye-22.04-py310
180
178
name : raspbian-py310
181
- - container : wpilib/raspbian-cross-ubuntu:bullseye-22.04-py311
179
+ - container : wpilib/raspbian-cross-ubuntu:2025- bullseye-22.04-py311
182
180
name : raspbian-py311
183
- - container : wpilib/raspbian-cross-ubuntu:bullseye-22.04-py312
181
+ - container : wpilib/raspbian-cross-ubuntu:2025- bullseye-22.04-py312
184
182
name : raspbian-py312
185
-
186
- - container : wpilib/aarch64-cross-ubuntu:bullseye-22.04-py38
187
- name : raspbian-aarch64-py38
188
- - container : wpilib/aarch64-cross-ubuntu:bullseye-22.04-py39
183
+ - container : wpilib/raspbian-cross-ubuntu:2025-bullseye-22.04-py313
184
+ name : raspbian-py313
185
+
186
+ - container : wpilib/aarch64-cross-ubuntu:2025- bullseye-22.04-py39
189
187
name : raspbian-aarch64-py39
190
- - container : wpilib/aarch64-cross-ubuntu:bullseye-22.04-py310
188
+ - container : wpilib/aarch64-cross-ubuntu:2025- bullseye-22.04-py310
191
189
name : raspbian-aarch64-py310
192
- - container : wpilib/aarch64-cross-ubuntu:bullseye-22.04-py311
190
+ - container : wpilib/aarch64-cross-ubuntu:2025- bullseye-22.04-py311
193
191
name : raspbian-aarch64-py311
194
- - container : wpilib/aarch64-cross-ubuntu:bullseye-22.04-py312
192
+ - container : wpilib/aarch64-cross-ubuntu:2025- bullseye-22.04-py312
195
193
name : raspbian-aarch64-py312
194
+ - container : wpilib/aarch64-cross-ubuntu:2025-bullseye-22.04-py313
195
+ name : raspbian-aarch64-py313
196
196
197
197
container :
198
198
image : " ${{ matrix.os.container }}"
0 commit comments