8000 Bump CPython version to 3.12.3 in CI · RustPython/RustPython@b1c3c9a · GitHub
[go: up one dir, main page]

Skip to content

Commi 8000 t b1c3c9a

Browse files
morealyouknowone
authored andcommitted
Bump CPython version to 3.12.3 in CI
1 parent bf985c8 commit b1c3c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ env:
105105
test_weakref
106106
test_yield_from
107107
# Python version targeted by the CI.
108-
PYTHON_VERSION: "3.12.0"
108+
PYTHON_VERSION: "3.12.3"
109109

110110
jobs:
111111
rust_tests:
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: run rust tests
142142
run: cargo test --workspace --exclude rustpython_wasm --verbose --features threading ${{ env.CARGO_ARGS }}
143-
if: runner.os != 'macOS'
143+
if: runner.os != 'macOS'
144144
# temp skip ssl linking for Mac to avoid CI failure
145145
- name: run rust tests (MacOS no ssl)
146146
run: cargo test --workspace --exclude rustpython_wasm --verbose --no-default-features --features threading,stdlib,zlib,importlib,encodings,jit

0 commit comments

Comments
 (0)
0