Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-cross-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
host:
- x86_64
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- x86_64
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- amd64
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
host:
- x86_64
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- x86_64
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- arm64
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- amd64
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/deploy-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python: 3.11.10
- platform: linux-gnu
arch: x86_64
python: 3.12.5
python: 3.12.7
- platform: linux-gnu
arch: x86_64
python: 3.13.0
Expand All @@ -40,7 +40,7 @@ jobs:
python: 3.11.10
- platform: linux-gnu
arch: aarch64
python: 3.12.5
python: 3.12.7
- platform: linux-gnu
arch: aarch64
python: 3.13.0
Expand All @@ -53,7 +53,7 @@ jobs:
python: 3.11.10
- platform: win
arch: x86
python: 3.12.5
python: 3.12.7
- platform: win
arch: x86
python: 3.13.0
Expand All @@ -65,7 +65,7 @@ jobs:
python: 3.11.10
- platform: win
arch: amd64
python: 3.12.5
python: 3.12.7
- platform: win
arch: amd64
python: 3.13.0
Expand All @@ -78,7 +78,7 @@ jobs:
python: 3.11.10
- platform: macos
arch: x86_64
python: 3.12.5
python: 3.12.7
- platform: macos
arch: x86_64
python: 3.13.0
Expand All @@ -90,7 +90,7 @@ jobs:
python: 3.11.10
- platform: macos
arch: arm64
python: 3.12.5
python: 3.12.7
- platform: macos
arch: arm64
python: 3.13.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fips-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version:
- 3.10.15
- 3.11.10
- 3.12.5
- 3.12.7
- 3.13.0
arch:
- x86_64
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.17.4
======

* Add python 3.13.0
* Update python 3.12 to 3.13.7


0.17.3
======

Expand Down
2 changes: 1 addition & 1 deletion relenv/build/darwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def build_python(env, dirs, logfp):
builds.add("darwin", builder=build)

build = build.copy(
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
)
builds.add("darwin", builder=build)

Expand Down
2 changes: 1 addition & 1 deletion relenv/build/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def build_python(env, dirs, logfp):
builds.add("linux", builder=build)

build = build.copy(
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
)
builds.add("linux", builder=build)

Expand Down
2 changes: 1 addition & 1 deletion relenv/build/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def runpip(pkg):
builds.add("win32", builder=build)

build = build.copy(
version="3.12.5", checksum="d9b83c17a717e1cbd3ab6bd14cfe3e508e6d87b2"
version="3.12.7", checksum="5a760bbc42c67f1a0aef5bcf7c329348fb88448b"
)
builds.add("win32", builder=build)

Expand Down
2 changes: 1 addition & 1 deletion relenv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import time

# relenv package version
__version__ = "0.17.3"
__version__ = "0.17.4"

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

Expand Down
Loading