Skip to content

Commit 46a113a

Browse files
committed
Fix versions in workflows
1 parent e16e09c commit 46a113a

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

.github/workflows/build-cross-action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- 3.10.16
22+
- 3.10.17
2323
- 3.11.11
2424
- 3.12.9
25-
- 3.13.2
25+
- 3.13.3
2626
host:
2727
- x86_64
2828
- aarch64
@@ -115,10 +115,10 @@ jobs:
115115
fail-fast: false
116116
matrix:
117117
version:
118-
- 3.10.16
118+
- 3.10.17
119119
- 3.11.11
120120
- 3.12.9
121-
- 3.13.2
121+
- 3.13.3
122122
arch:
123123
- x86_64
124124

@@ -171,10 +171,10 @@ jobs:
171171
fail-fast: false
172172
matrix:
173173
version:
174-
- 3.10.16
174+
- 3.10.17
175175
- 3.11.11
176176
- 3.12.9
177-
- 3.13.2
177+
- 3.13.3
178178
arch:
179179
- amd64
180180
- x86

.github/workflows/build-native-action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- 3.10.16
19+
- 3.10.17
2020
- 3.11.11
2121
- 3.12.9
22-
- 3.13.2
22+
- 3.13.3
2323
host:
2424
- x86_64
2525
- aarch64
@@ -102,10 +102,10 @@ jobs:
102102
fail-fast: false
103103
matrix:
104104
version:
105-
- 3.10.16
105+
- 3.10.17
106106
- 3.11.11
107107
- 3.12.9
108-
- 3.13.2
108+
- 3.13.3
109109
arch:
110110
- x86_64
111111

@@ -160,10 +160,10 @@ jobs:
160160
fail-fast: false
161161
matrix:
162162
version:
163-
- 3.10.16
163+
- 3.10.17
164164
- 3.11.11
165165
- 3.12.9
166-
- 3.13.2
166+
- 3.13.3
167167
arch:
168168
- arm64
169169

@@ -217,10 +217,10 @@ jobs:
217217
fail-fast: false
218218
matrix:
219219
version:
220-
- 3.10.16
220+
- 3.10.17
221221
- 3.11.11
222222
- 3.12.9
223-
- 3.13.2
223+
- 3.13.3
224224
arch:
225225
- amd64
226226
- x86

.github/workflows/deploy-build-action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
include:
2323
- platform: linux-gnu
2424
arch: x86_64
25-
python: 3.10.16
25+
python: 3.10.17
2626
- platform: linux-gnu
2727
arch: x86_64
2828
python: 3.11.11
@@ -31,10 +31,10 @@ jobs:
3131
python: 3.12.9
3232
- platform: linux-gnu
3333
arch: x86_64
34-
python: 3.13.2
34+
python: 3.13.3
3535
- platform: linux-gnu
3636
arch: aarch64
37-
python: 3.10.16
37+
python: 3.10.17
3838
- platform: linux-gnu
3939
arch: aarch64
4040
python: 3.11.11
@@ -43,11 +43,11 @@ jobs:
4343
python: 3.12.9
4444
- platform: linux-gnu
4545
arch: aarch64
46-
python: 3.13.2
46+
python: 3.13.3
4747

4848
- platform: win
4949
arch: x86
50-
python: 3.10.16
50+
python: 3.10.17
5151
- platform: win
5252
arch: x86
5353
python: 3.11.11
@@ -56,10 +56,10 @@ jobs:
5656
python: 3.12.9
5757
- platform: win
5858
arch: x86
59-
python: 3.13.2
59+
python: 3.13.3
6060
- platform: win
6161
arch: amd64
62-
python: 3.10.16
62+
python: 3.10.17
6363
- platform: win
6464
arch: amd64
6565
python: 3.11.11
@@ -68,11 +68,11 @@ jobs:
6868
python: 3.12.9
6969
- platform: win
7070
arch: amd64
71-
python: 3.13.2
71+
python: 3.13.3
7272

7373
- platform: macos
7474
arch: x86_64
75-
python: 3.10.16
75+
python: 3.10.17
7676
- platform: macos
7777
arch: x86_64
7878
python: 3.11.11
@@ -81,10 +81,10 @@ jobs:
8181
python: 3.12.9
8282
- platform: macos
8383
arch: x86_64
84-
python: 3.13.2
84+
python: 3.13.3
8585
- platform: macos
8686
arch: arm64
87-
python: 3.10.16
87+
python: 3.10.17
8888
- platform: macos
8989
arch: arm64
9090
python: 3.11.11
@@ -93,7 +93,7 @@ jobs:
9393
python: 3.12.9
9494
- platform: macos
9595
arch: arm64
96-
python: 3.13.2
96+
python: 3.13.3
9797

9898
steps:
9999
- name: Download Artifacts

.github/workflows/github-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
include:
7676
- platform: linux-gnu
7777
arch: x86_64
78-
python: 3.10.16
78+
python: 3.10.17
7979
- platform: linux-gnu
8080
arch: x86_64
8181
python: 3.11.11
@@ -84,10 +84,10 @@ jobs:
8484
python: 3.12.9
8585
- platform: linux-gnu
8686
arch: x86_64
87-
python: 3.13.2
87+
python: 3.13.3
8888
- platform: linux-gnu
8989
arch: aarch64
90-
python: 3.10.16
90+
python: 3.10.17
9191
- platform: linux-gnu
9292
arch: aarch64
9393
python: 3.11.11
@@ -96,11 +96,11 @@ jobs:
9696
python: 3.12.9
9797
- platform: linux-gnu
9898
arch: aarch64
99-
python: 3.13.2
99+
python: 3.13.3
100100

101101
- platform: win
102102
arch: x86
103-
python: 3.10.16
103+
python: 3.10.17
104104
- platform: win
105105
arch: x86
106106
python: 3.11.11
@@ -109,10 +109,10 @@ jobs:
109109
python: 3.12.9
110110
- platform: win
111111
arch: x86
112-
python: 3.13.2
112+
python: 3.13.3
113113
- platform: win
114114
arch: amd64
115-
python: 3.10.16
115+
python: 3.10.17
116116
- platform: win
117117
arch: amd64
118118
python: 3.11.11
@@ -121,11 +121,11 @@ jobs:
121121
python: 3.12.9
122122
- platform: win
123123
arch: amd64
124-
python: 3.13.2
124+
python: 3.13.3
125125

126126
- platform: macos
127127
arch: x86_64
128-
python: 3.10.16
128+
python: 3.10.17
129129
- platform: macos
130130
arch: x86_64
131131
python: 3.11.11
@@ -134,10 +134,10 @@ jobs:
134134
python: 3.12.9
135135
- platform: macos
136136
arch: x86_64
137-
python: 3.13.2
137+
python: 3.13.3
138138
- platform: macos
139139
arch: arm64
140-
python: 3.10.16
140+
python: 3.10.17
141141
- platform: macos
142142
arch: arm64
143143
python: 3.11.11
@@ -146,7 +146,7 @@ jobs:
146146
python: 3.12.9
147147
- platform: macos
148148
arch: arm64
149-
python: 3.13.2
149+
python: 3.13.3
150150
steps:
151151
- name: Download Artifacts
152152
uses: actions/download-artifact@v4

.github/workflows/test-fips-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- 3.10.16
17+
- 3.10.17
1818
- 3.11.11
1919
- 3.12.9
20-
- 3.13.2
20+
- 3.13.3
2121
arch:
2222
- x86_64
2323
env:

0 commit comments

Comments
 (0)