Skip to content

Commit 682341b

Browse files
committed
Update python 3.12 to 3.12.7
1 parent 8bf0a1d commit 682341b

File tree

9 files changed

+25
-18
lines changed

9 files changed

+25
-18
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version:
2222
- 3.10.15
2323
- 3.11.10
24-
- 3.12.5
24+
- 3.12.7
2525
- 3.13.0
2626
host:
2727
- x86_64
@@ -119,7 +119,7 @@ jobs:
119119
version:
120120
- 3.10.15
121121
- 3.11.10
122-
- 3.12.5
122+
- 3.12.7
123123
- 3.13.0
124124
arch:
125125
- x86_64
@@ -175,7 +175,7 @@ jobs:
175175
version:
176176
- 3.10.15
177177
- 3.11.10
178-
- 3.12.5
178+
- 3.12.7
179179
- 3.13.0
180180
arch:
181181
- amd64

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version:
1919
- 3.10.15
2020
- 3.11.10
21-
- 3.12.5
21+
- 3.12.7
2222
- 3.13.0
2323
host:
2424
- x86_64
@@ -101,7 +101,7 @@ jobs:
101101
version:
102102
- 3.10.15
103103
- 3.11.10
104-
- 3.12.5
104+
- 3.12.7
105105
- 3.13.0
106106
arch:
107107
- x86_64
@@ -158,7 +158,7 @@ jobs:
158158
version:
159159
- 3.10.15
160160
- 3.11.10
161-
- 3.12.5
161+
- 3.12.7
162162
- 3.13.0
163163
arch:
164164
- arm64
@@ -214,7 +214,7 @@ jobs:
214214
version:
215215
- 3.10.15
216216
- 3.11.10
217-
- 3.12.5
217+
- 3.12.7
218218
- 3.13.0
219219
arch:
220220
- amd64

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python: 3.11.10
2929
- platform: linux-gnu
3030
arch: x86_64
31-
python: 3.12.5
31+
python: 3.12.7
3232
- platform: linux-gnu
3333
arch: x86_64
3434
python: 3.13.0
@@ -40,7 +40,7 @@ jobs:
4040
python: 3.11.10
4141
- platform: linux-gnu
4242
arch: aarch64
43-
python: 3.12.5
43+
python: 3.12.7
4444
- platform: linux-gnu
4545
arch: aarch64
4646
python: 3.13.0
@@ -53,7 +53,7 @@ jobs:
5353
python: 3.11.10
5454
- platform: win
5555
arch: x86
56-
python: 3.12.5
56+
python: 3.12.7
5757
- platform: win
5858
arch: x86
5959
python: 3.13.0
@@ -65,7 +65,7 @@ jobs:
6565
python: 3.11.10
6666
- platform: win
6767
arch: amd64
68-
python: 3.12.5
68+
python: 3.12.7
6969
- platform: win
7070
arch: amd64
7171
python: 3.13.0
@@ -78,7 +78,7 @@ jobs:
7878
python: 3.11.10
7979
- platform: macos
8080
arch: x86_64
81-
python: 3.12.5
81+
python: 3.12.7
8282
- platform: macos
8383
arch: x86_64
8484
python: 3.13.0
@@ -90,7 +90,7 @@ jobs:
9090
python: 3.11.10
9191
- platform: macos
9292
arch: arm64
93-
python: 3.12.5
93+
python: 3.12.7
9494
- platform: macos
9595
arch: arm64
9696
python: 3.13.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version:
1616
- 3.10.15
1717
- 3.11.10
18-
- 3.12.5
18+
- 3.12.7
1919
- 3.13.0
2020
arch:
2121
- x86_64

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.17.4
2+
======
3+
4+
* Add python 3.13.0
5+
* Update python 3.12 to 3.13.7
6+
7+
18
0.17.3
29
======
310

relenv/build/darwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def build_python(env, dirs, logfp):
136136
builds.add("darwin", builder=build)
137137

138138
build = build.copy(
139-
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
139+
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
140140
)
141141
builds.add("darwin", builder=build)
142142

relenv/build/linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def build_python(env, dirs, logfp):
671671
builds.add("linux", builder=build)
672672

673673
build = build.copy(
674-
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
674+
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
675675
)
676676
builds.add("linux", builder=build)
677677

relenv/build/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def runpip(pkg):
215215
builds.add("win32", builder=build)
216216

217217
build = build.copy(
218-
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
218+
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
219219
)
220220
builds.add("win32", builder=build)
221221

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.17.3"
21+
__version__ = "0.17.4"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

0 commit comments

Comments
 (0)