Skip to content

Commit 6eaf4cc

Browse files
committed
Upgrade Python
1 parent c690f88 commit 6eaf4cc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pixi-packages/asan/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-args = ["-Csetup-args=-Db_sanitize=address", "-Csetup-args=-Dbuildtype=deb
2020
[package.host-dependencies]
2121
python.git = "https://github.com/python/cpython"
2222
python.subdirectory = "Tools/pixi-packages/asan"
23-
python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
23+
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
2424

2525
meson-python = "*"
2626
cython = "*"

pixi-packages/default/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = "*"
2828
# Use cpython git tip
2929
# python.git = "https://github.com/python/cpython"
3030
# python.subdirectory = "Tools/pixi-packages/default"
31-
# python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
31+
# python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
3232

3333
meson-python = "*"
3434
cython = "*"

pixi-packages/freethreading/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-freethreading = "*"
2828
# Use cpython git tip
2929
# python.git = "https://github.com/python/cpython"
3030
# python.subdirectory = "Tools/pixi-packages/freethreading"
31-
# python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
31+
# python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
3232

3333
meson-python = "*"
3434
cython = "*"

pixi-packages/tsan-freethreading/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-args = ["-Csetup-args=-Db_sanitize=thread", "-Csetup-args=-Dbuildtype=debu
2222
[package.host-dependencies]
2323
python.git = "https://github.com/python/cpython"
2424
python.subdirectory = "Tools/pixi-packages/tsan-freethreading"
25-
python.rev = "15b216f30d0445469ec31bc7509fcc55a216ef7c" # v3.15.0a6
25+
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
2626

2727
meson-python = "*"
2828
cython = "*"

0 commit comments

Comments
 (0)